mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
chore: fix json
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
"amended_from",
|
"amended_from",
|
||||||
"column_break_pnyv",
|
"column_break_pnyv",
|
||||||
"payment_url",
|
"payment_url",
|
||||||
|
"column_break_iiuv",
|
||||||
"phone_number"
|
"phone_number"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@@ -461,7 +462,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-12-27 21:29:10.361894",
|
"modified": "2025-01-04 05:39:32.448857",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Payment Request",
|
"name": "Payment Request",
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ class PaymentRequest(Document):
|
|||||||
payment_order: DF.Link | None
|
payment_order: DF.Link | None
|
||||||
payment_request_type: DF.Literal["Outward", "Inward"]
|
payment_request_type: DF.Literal["Outward", "Inward"]
|
||||||
payment_url: DF.Data | None
|
payment_url: DF.Data | None
|
||||||
|
phone_number: DF.Data | None
|
||||||
print_format: DF.Literal[None]
|
print_format: DF.Literal[None]
|
||||||
project: DF.Link | None
|
project: DF.Link | None
|
||||||
reference_doctype: DF.Link | None
|
reference_doctype: DF.Link | None
|
||||||
|
|||||||
Reference in New Issue
Block a user