X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/13fb6d811d39a8af7144451ada59f2f7d4eb491a..41a1b801:/templates/webpages/part/_makemodel.html
diff --git a/templates/webpages/part/_makemodel.html b/templates/webpages/part/_makemodel.html
index 8822aba0d..e56a886a9 100644
--- a/templates/webpages/part/_makemodel.html
+++ b/templates/webpages/part/_makemodel.html
@@ -1,5 +1,6 @@
[%- USE T8 %]
[%- USE L %]
+[%- USE P %]
[%- USE HTML %]
[%- USE LxERP %]
@@ -11,7 +12,7 @@
![[%- LxERP.t8('delete item') %]](image/close.png) |
[% 'position' | $T8 %] |
![[%- LxERP.t8('reorder item') %]](image/updown.png) |
- [% 'Vendor Number' | $T8 %] |
+ [% 'Vendor Number' | $T8 %] |
[% 'Vendor' | $T8 %] |
[% 'Model' | $T8 %] |
[% 'Last Cost' | $T8 %] |
@@ -30,7 +31,7 @@
|
|
[% 'Vendor' | $T8 %] |
- [% L.customer_vendor_picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input") %] |
+ [% P.customer_vendor.picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input", action={commit_one='kivi.Part.add_makemodel_row'}) %] |
[% L.button_tag('kivi.Part.add_makemodel_row()', LxERP.t8('Add')) %] |
@@ -38,13 +39,3 @@
[% L.sortable_element('#makemodel_rows') %]
-
-