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:
parent
0172551290
commit
9cf3ee0626
@ -61,6 +61,12 @@
|
||||
"target": "SalesInvoice",
|
||||
"label": "Return Against",
|
||||
"section": "References"
|
||||
},
|
||||
{
|
||||
"fieldname": "isPOS",
|
||||
"fieldtype": "Check",
|
||||
"default": false,
|
||||
"hidden": true
|
||||
}
|
||||
],
|
||||
"keywordFields": ["name", "party"]
|
||||
|
Loading…
Reference in New Issue
Block a user