mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 18:45:20 +00:00
[design] POS - item grid and taxes
This commit is contained in:
@@ -12,7 +12,7 @@ from frappe.model.document import Document
|
||||
|
||||
class Project(Document):
|
||||
def get_feed(self):
|
||||
return self.status
|
||||
return '{0}: {1}'.format(_(self.status), self.project_name)
|
||||
|
||||
def get_gross_profit(self):
|
||||
pft, per_pft =0, 0
|
||||
|
||||
Reference in New Issue
Block a user