test: refs #8581 update invoiceInBasicData spec to correct supplier reference key
This commit is contained in:
parent
c5f4f8d5c7
commit
bd53d2014f
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue