Allow change to discount 0%
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2930b60adc
commit
4ad3334de6
|
@ -44,7 +44,7 @@ class Controller extends Component {
|
|||
let salesIds = [];
|
||||
let modified = false;
|
||||
|
||||
if (!this.newDiscount) return;
|
||||
if (this.newDiscount == null) return;
|
||||
|
||||
for (let i = 0; i < this.edit.length; i++) {
|
||||
if (this.newDiscount != this.edit[0].discount || this.bulk || !this.newDiscount) {
|
||||
|
|
Loading…
Reference in New Issue