mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: change QR field label
This commit is contained in:
@@ -22,7 +22,7 @@ def create_qr_code(doc, method=None):
|
|||||||
doc.doctype: [
|
doc.doctype: [
|
||||||
dict(
|
dict(
|
||||||
fieldname='ksa_einv_qr',
|
fieldname='ksa_einv_qr',
|
||||||
label='QR Code',
|
label='KSA E-Invoicing QR',
|
||||||
fieldtype='Attach Image',
|
fieldtype='Attach Image',
|
||||||
read_only=1, no_copy=1, hidden=1
|
read_only=1, no_copy=1, hidden=1
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user