This commit is contained in:
parent
a50de4e509
commit
5f2c5c5f9d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue