mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
refactor: refactor contextual print setting implementation
This commit is contained in:
@@ -26,7 +26,7 @@ class Project(Document):
|
||||
|
||||
self.update_costing()
|
||||
|
||||
def before_print(self):
|
||||
def before_print(self, settings=None):
|
||||
self.onload()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user