Merge pull request #1537 from n3storm/develop

Update mode_of_payment.py
This commit is contained in:
Nabin Hait
2014-04-28 15:32:31 +05:30

View File

@@ -6,5 +6,5 @@ import frappe
from frappe.model.document import Document
class ModeOfPayment(Document):
pass
class ModeofPayment(Document):
pass