3942-ticket.volume #953

Merged
joan merged 1 commits from 3942-ticket.volume into dev 2022-05-09 08:29:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 32ec755a35 - Show all commits

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