forked from verdnatura/salix-front
chore: refs #6900 drop console log
This commit is contained in:
parent
81ed679a2b
commit
3f6b20270d
|
@ -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 ===
|
||||
|
|
Loading…
Reference in New Issue