X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a2179ea178c2e8cdcef9fd0cab517048778383de..b060528d36179b9c4db39d61b4c66c2431bd8e9f:/js/kivi.MassInvoiceCreatePrint.js diff --git a/js/kivi.MassInvoiceCreatePrint.js b/js/kivi.MassInvoiceCreatePrint.js index 20ecde075..9fb1e3a3c 100644 --- a/js/kivi.MassInvoiceCreatePrint.js +++ b/js/kivi.MassInvoiceCreatePrint.js @@ -21,9 +21,6 @@ namespace('kivi.MassInvoiceCreatePrint', function(ns) { }; this.submitMassCreationForm = function() { - if (!kivi.MassInvoiceCreatePrint.checkDeliveryOrderSelection()) - return false; - $('body').addClass('loading'); kivi.submit_form_with_action('form', 'MassInvoiceCreatePrint/create_invoices'); return false;