Merge pull request '3942-ticket.volume' (#953) from 3942-ticket.volume into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #953
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2022-05-09 08:29:23 +00:00
commit f380d5fd28
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() {