[minor] update party timestamp after transaction

This commit is contained in:
Rushabh Mehta
2016-04-13 18:22:06 +05:30
parent 0e2dd859b0
commit 8c9c57c8f3
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ frappe.require("assets/erpnext/js/utils.js");
erpnext.TransactionController = erpnext.taxes_and_totals.extend({
onload: function() {
var me = this;
this.frm.show_print_first = true;
//this.frm.show_print_first = true;
if(this.frm.doc.__islocal) {
var today = get_today(),
currency = frappe.defaults.get_user_default("currency");