[minor] [fix] fetch contact details

This commit is contained in:
Anand Doshi
2013-07-24 12:08:42 +05:30
parent deff57826a
commit ba8ea7dbfd
3 changed files with 5 additions and 20 deletions

View File

@@ -165,9 +165,6 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
},
method: "set_customer_address",
freeze: true,
callback: function(r) {
me.frm.refresh_fields();
}
});
}
},