We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://svn.ec-cube.net/open_trac/changeset/23448 で削除されていると思われるfnCheckStock()が templates/admin/order/product_select.tpl で呼び出されている。
<dd> <select name="classcategory_id2" id="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->" onchange="fnCheckStock(this.form);"></select> <!--{if $arrErr[$class2] != ""}--> <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span> <!--{/if}--> </dd>
The text was updated successfully, but these errors were encountered:
そもそもeccube.jsでchangeイベントとして書かれているので、規格1にある onchange="fnSetClassCategories(this.form);"も不要っぽい。
onchange="fnSetClassCategories(this.form);"
ただし、product_select.tpl 内にある function fnSetClassCategories()自体は必要。ページ描写時に規格2を設定している。
Sorry, something went wrong.
本件、残っているので直す
48e8a85
Merge pull request #205 from nobuhiko/fix#25
1f5d144
fix #25 不要なイベントを削除
No branches or pull requests
http://svn.ec-cube.net/open_trac/changeset/23448 で削除されていると思われるfnCheckStock()が templates/admin/order/product_select.tpl で呼び出されている。
The text was updated successfully, but these errors were encountered: