[git fixes] salary manager, time log title, notificaitons

This commit is contained in:
Rushabh Mehta
2015-02-26 15:01:23 +05:30
parent e693f794f5
commit 2cc585f180
15 changed files with 97 additions and 70 deletions

View File

@@ -157,6 +157,7 @@ def get_item_details(item_code):
def make_quotation(source_name, target_doc=None):
def set_missing_values(source, target):
quotation = frappe.get_doc(target)
quotation.currency = None # set it as default from customer
quotation.run_method("set_missing_values")
quotation.run_method("calculate_taxes_and_totals")