5842-hotfix_recalcularFechaFactura #1617

Merged
alexm merged 4 commits from 5842-hotfix_recalcularFechaFactura into master 2023-06-15 08:32:16 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 5f2c5c5f9d - Show all commits

View File

@ -42,7 +42,6 @@ class Controller extends Section {
this.addresses = null;
try {
console.log(this.invoiceDate, this.minInvoicingDate);
if (this.clientsToInvoice == 'one' && !this.clientId)
throw new UserError('Choose a valid client');
if (!this.invoiceDate || !this.maxShipped)