0
0
Fork 0

chore: refs #6900 drop console log

This commit is contained in:
Jorge Penadés 2024-08-09 09:15:12 +02:00
parent 81ed679a2b
commit 3f6b20270d
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ async function cloneInvoice() {
const isAdministrative = () => hasAny(['administrative']);
const isAgricultural = () => {
console.error(config);
if (!config.value) return false;
return (
invoiceIn.value?.supplier?.sageFarmerWithholdingFk ===