#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bd53d2014f - Show all commits

View File

@ -6,7 +6,7 @@ describe('InvoiceInBasicData', () => {
const futureDate = moment().add(1, 'days').format('DD-MM-YYYY');
const mock = {
invoiceInBasicDataSupplier: { val: 'Bros nick', type: 'select' },
invoiceInBasicDataSupplierRef: 'mockInvoice41',
invoiceInBasicDataSupplierRef_input: 'mockInvoice41',
invoiceInBasicDataIssued: { val: futureDate, type: 'date' },
invoiceInBasicDataOperated: { val: futureDate, type: 'date' },
invoiceInBasicDatabookEntried: { val: futureDate, type: 'date' },