X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62f2141002f5b8c11fa9d881473fd3bc469b4eef..HEAD:/templates/webpages/part/_customerprices.html diff --git a/templates/webpages/part/_customerprices.html b/templates/webpages/part/_customerprices.html index d7c74bcea..2f7b54de9 100644 --- a/templates/webpages/part/_customerprices.html +++ b/templates/webpages/part/_customerprices.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE L %] -[%- USE HTML %] +[%- USE P %] [%- USE LxERP %]
![]() |
[% 'position' | $T8 %] | ![]() |
[% 'Customer Number' | $T8 %] | [% 'Customer' | $T8 %] | [% 'Customer Part Number' | $T8 %] | +[% 'Part Description' | $T8 %] | +[% 'Long Description' | $T8 %] | [% 'Customer Price' | $T8 %] | [% 'Updated' | $T8 %] | +[% 'Customer' | $T8 %] | -[% P.customer_vendor.customer_picker('add_customerprice', '', style='width: 300px', class="add_customerprice_input") %] | +[% P.customer_vendor.customer_picker('add_customerprice', '', style='width: 300px', class="add_customerprice_input", action={commit_one='kivi.Part.add_customerprice_row'}) %] | [% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %] | @@ -38,13 +42,3 @@ [% L.sortable_element('#customerprice_rows') %] - -
|---|