Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
commit
356c1a7b45
|
@ -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