fix: refs #8581 update supplierRef value in InvoiceInDescriptor test
This commit is contained in:
parent
b74e3229d8
commit
5786ba5253
|
@ -99,7 +99,7 @@ describe('InvoiceInDescriptor', () => {
|
|||
cols: [
|
||||
{
|
||||
name: 'supplierRef',
|
||||
val: 'mockInvoice',
|
||||
val: '1234',
|
||||
operation: 'include',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue