mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +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
|
||||
|
||||
class ModeOfPayment(Document):
|
||||
pass
|
||||
class ModeofPayment(Document):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user