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