chore: fix json

This commit is contained in:
ruthra kumar
2025-01-04 05:45:58 +05:30
parent 947ab72441
commit ba90a6a4bf
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,7 @@
"amended_from",
"column_break_pnyv",
"payment_url",
"column_break_iiuv",
"phone_number"
],
"fields": [
@@ -461,7 +462,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-12-27 21:29:10.361894",
"modified": "2025-01-04 05:39:32.448857",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Request",

View File

@@ -81,6 +81,7 @@ class PaymentRequest(Document):
payment_order: DF.Link | None
payment_request_type: DF.Literal["Outward", "Inward"]
payment_url: DF.Data | None
phone_number: DF.Data | None
print_format: DF.Literal[None]
project: DF.Link | None
reference_doctype: DF.Link | None