[pos] pos.js included in all selling & purchase cycle

This commit is contained in:
Akhilesh Darjee
2013-09-18 18:35:12 +05:30
parent a550e7443f
commit f83576bf9c
12 changed files with 78 additions and 50 deletions

View File

@@ -11,6 +11,7 @@ cur_frm.cscript.sales_team_fname = "sales_team";
wn.require('app/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js');
wn.require('app/utilities/doctype/sms_control/sms_control.js');
wn.require('app/selling/doctype/sales_common/sales_common.js');
wn.require('app/accounts/doctype/sales_invoice/pos.js');
erpnext.selling.QuotationController = erpnext.selling.SellingController.extend({
onload: function(doc, dt, dn) {