2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +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",
"label": "Return Against",
"section": "References"
},
{
"fieldname": "isPOS",
"fieldtype": "Check",
"default": false,
"hidden": true
}
],
"keywordFields": ["name", "party"]