mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
refactor: doctype naming
Overdue Payments -> Overdue Payment
This commit is contained in:
@@ -276,7 +276,7 @@
|
|||||||
"fieldname": "overdue_payments",
|
"fieldname": "overdue_payments",
|
||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"label": "Overdue Payments",
|
"label": "Overdue Payments",
|
||||||
"options": "Overdue Payments"
|
"options": "Overdue Payment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_28",
|
"fieldname": "section_break_28",
|
||||||
@@ -313,7 +313,7 @@
|
|||||||
],
|
],
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-09-15 19:08:22.913539",
|
"modified": "2021-09-16 14:06:48.472825",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Dunning",
|
"name": "Dunning",
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
"modified": "2021-09-15 19:04:54.082880",
|
"modified": "2021-09-15 19:04:54.082880",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Overdue Payments",
|
"name": "Overdue Payment",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [],
|
"permissions": [],
|
||||||
"quick_entry": 1,
|
"quick_entry": 1,
|
||||||
@@ -4,5 +4,5 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
class OverduePayments(Document):
|
class OverduePayment(Document):
|
||||||
pass
|
pass
|
||||||
Reference in New Issue
Block a user