X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ac1a9e8e357375b2426041eefee1f555fc5139b5..bcc996e65643:/templates/webpages/letter/edit.html
diff --git a/templates/webpages/letter/edit.html b/templates/webpages/letter/edit.html
index 027abe898..e1c05ebb3 100644
--- a/templates/webpages/letter/edit.html
+++ b/templates/webpages/letter/edit.html
@@ -35,12 +35,12 @@
[%- IF SELF.is_sales %]
| [% 'Customer' | $T8 %]: |
- [% P.customer_vendor_picker('letter.customer_id', letter.customer_id, type='customer') %] |
+ [% P.customer_vendor.picker('letter.customer_id', letter.customer_id, type='customer') %] |
[%- ELSE %]
| [% 'Vendor' | $T8 %]: |
- [% P.customer_vendor_picker('letter.vendor_id', letter.vendor_id, type='vendor') %] |
+ [% P.customer_vendor.picker('letter.vendor_id', letter.vendor_id, type='vendor') %] |
[%- END %]
@@ -147,3 +147,7 @@
+
+
+ [%- PROCESS 'common/_print_dialog.html' %]
+