[fixes] pull previous doc details

This commit is contained in:
Nabin Hait
2013-06-24 12:20:35 +05:30
parent 65f038c926
commit 4cd977a2a9
5 changed files with 5 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ cur_frm.cscript.pull_quotation_details = function(doc,dt,dn) {
'contact_person', 'territory', 'customer_group']);
if(doc.customer) get_server_fields('get_shipping_address', doc.customer, '', doc, dt, dn, 0);
}
cur_frm.refresh();
cur_frm.refresh_fields();
}
}