match condition added in daily time log summary report

This commit is contained in:
Nabin Hait
2013-04-04 16:34:51 +05:30
parent 7da387100d
commit 1a738f72f4
3 changed files with 19 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ erpnext.stock.StockReconciliation = erpnext.stock.StockController.extend({
attach the modified file.");
}
} else if(this.frm.doc.docstatus == 1) {
this.frm.set_intro("Cancelling this Stock Reconciliation will nullify it's effect.");
this.frm.set_intro("Cancelling this Stock Reconciliation will nullify its effect.");
this.show_stock_ledger();
} else {
this.frm.set_intro("");