Merge pull request '4208-ticket.refund' (#1000) from 4208-ticket.refund into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1000
This commit is contained in:
Joan Sanchez 2022-06-21 11:31:43 +00:00
commit b41cf7a569
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ module.exports = Self => {
salesIds.push(null);
const servicesIds = [];
if (services) {
if (services && services.length) {
for (let service of services)
servicesIds.push(service.id);
} else