Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-06-22 11:53:48 +02:00
commit a55981adea
1 changed files with 1 additions and 1 deletions

View File

@ -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) {