fix(pos): warehouse should be in company
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
This commit is contained in:
parent
3724f2287c
commit
95a620a30d
@ -12,6 +12,8 @@ erpnext.selling.POSInvoiceController = class POSInvoiceController extends erpnex
|
|||||||
|
|
||||||
company() {
|
company() {
|
||||||
erpnext.accounts.dimensions.update_dimension(this.frm, this.frm.doctype);
|
erpnext.accounts.dimensions.update_dimension(this.frm, this.frm.doctype);
|
||||||
|
this.frm.set_value("set_warehouse", "");
|
||||||
|
this.frm.set_value("taxes_and_charges", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
onload(doc) {
|
onload(doc) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user