Merge pull request '3942-ticket.volume' (#953) from 3942-ticket.volume into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #953 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
f380d5fd28
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue