Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 3409-clientCredit_maxRows

This commit is contained in:
Alex Moreno 2022-05-09 13:19:20 +02:00
commit 54fdc4b6e9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Controller extends Section {
set sales(value) {
this._sales = value;
if (value) this.applyVolumes();
if (value && value.length) this.applyVolumes();
}
applyVolumes() {