0
0
Fork 0

fix: refs #6739 changed checkbox field

This commit is contained in:
Jon Elias 2024-06-14 11:44:02 +02:00
parent 5d1934a73d
commit fe69521b0b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const makeInvoice = async () => {
newClientFk: transferInvoiceParams.newClientFk,
refFk: transferInvoiceParams.refFk,
siiTypeInvoiceOutFk: transferInvoiceParams.siiTypeInvoiceOutFk,
checked: checked.value,
makeInvoice: checked.value,
};
try {