item billing information checkbox issue fix

This commit is contained in:
Cihan Şentürk 2022-07-20 11:42:02 +03:00 committed by GitHub
parent 47403cba46
commit 21c43e2308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ const app = new Vue({
}
this.sale_information = true;
this.form.sale_price = '';
} else {
if (! this.form.sale_information) {
this.sale_information = false;
@ -113,6 +114,7 @@ const app = new Vue({
}
this.purchase_information = true;
this.form.purchase_price = '';
}
}
},