2
0
mirror of https://github.com/frappe/books.git synced 2025-03-31 23:41:32 +00:00

feat: isPOS field to identify inv created in pos

This commit is contained in:
akshayitzme 2023-08-22 18:23:29 +05:30 committed by akshayitzme
parent 0172551290
commit 9cf3ee0626

View File

@ -61,6 +61,12 @@
"target": "SalesInvoice", "target": "SalesInvoice",
"label": "Return Against", "label": "Return Against",
"section": "References" "section": "References"
},
{
"fieldname": "isPOS",
"fieldtype": "Check",
"default": false,
"hidden": true
} }
], ],
"keywordFields": ["name", "party"] "keywordFields": ["name", "party"]