From aae306cda6274d6e53a6af8e52348524416b8fba Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 23 Jan 2017 11:40:51 +0100 Subject: [PATCH] Kontoauszug verbuchen: keine Multibox verwenden --- SL/Controller/BankTransaction.pm | 1 - .../bank_transactions/create_invoice.html | 20 ++----------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/SL/Controller/BankTransaction.pm b/SL/Controller/BankTransaction.pm index 3f96808f6..752dba0a4 100644 --- a/SL/Controller/BankTransaction.pm +++ b/SL/Controller/BankTransaction.pm @@ -305,7 +305,6 @@ sub action_create_invoice { vendor_id => $use_vendor_filter ? $vendor_of_transaction->id : undef, vendor_name => $use_vendor_filter ? $vendor_of_transaction->name : undef, ALL_VENDORS => $all_vendors, - limit => $myconfig{vclimit}, callback => $callback, ); } diff --git a/templates/webpages/bank_transactions/create_invoice.html b/templates/webpages/bank_transactions/create_invoice.html index a1806cba2..818f01f28 100644 --- a/templates/webpages/bank_transactions/create_invoice.html +++ b/templates/webpages/bank_transactions/create_invoice.html @@ -1,4 +1,4 @@ -[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %] +[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %][%- USE P -%] Transaction @@ -32,22 +32,7 @@
- +
[%- LxERP.t8("Vendor") %] - [%- INCLUDE 'generic/multibox.html' - name = 'vendor', - select_name = 'vendor_id', - default = ALL_VENDORS.size < limit ? vendor_id : vendor_name, - style = 'width: 250px', - DATA = ALL_VENDORS, - id_key = 'id', - label_key = 'name', - limit = limit, - show_empty = 1, - allow_textbox = 1, - class = 'initial_focus', - onChange = 'filter_drafts();', - -%] - [% P.input_tag("vendor", vendor_name, class="initial_focus", style="width: 250px") %]
@@ -98,4 +83,3 @@ function filter_drafts() { } //--> - -- 2.20.1