fix: refs #8581 update supplierRef value in InvoiceInDescriptor test

This commit is contained in:
Jorge Penadés 2025-03-12 16:58:43 +01:00
parent b74e3229d8
commit 5786ba5253
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ describe('InvoiceInDescriptor', () => {
cols: [ cols: [
{ {
name: 'supplierRef', name: 'supplierRef',
val: 'mockInvoice', val: '1234',
operation: 'include', operation: 'include',
}, },
], ],