mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge pull request #1537 from n3storm/develop
Update mode_of_payment.py
This commit is contained in:
@@ -6,5 +6,5 @@ import frappe
|
|||||||
|
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
class ModeOfPayment(Document):
|
class ModeofPayment(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user