From: Moritz Bunkus Date: Mon, 23 Jan 2017 10:40:51 +0000 (+0100) Subject: Kontoauszug verbuchen: keine Multibox verwenden X-Git-Tag: release-3.5.4~1667^2~14 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=aae306cda6274d6e53a6af8e52348524416b8fba;p=kivitendo-erp.git Kontoauszug verbuchen: keine Multibox verwenden --- 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() { } //--> -