mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
feat: create QR field in POS Invoice
This commit is contained in:
@@ -39,6 +39,14 @@ def make_custom_fields():
|
||||
read_only=1, no_copy=1, hidden=1
|
||||
)
|
||||
],
|
||||
'POS Invoice': [
|
||||
dict(
|
||||
fieldname='ksa_einv_qr',
|
||||
label='KSA E-Invoicing QR',
|
||||
fieldtype='Attach Image',
|
||||
read_only=1, no_copy=1, hidden=1
|
||||
)
|
||||
],
|
||||
'Address': [
|
||||
dict(
|
||||
fieldname='address_in_arabic',
|
||||
|
||||
Reference in New Issue
Block a user