mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +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
|
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': [
|
'Address': [
|
||||||
dict(
|
dict(
|
||||||
fieldname='address_in_arabic',
|
fieldname='address_in_arabic',
|
||||||
|
|||||||
Reference in New Issue
Block a user