Merge pull request '4208-ticket.refund' (#1000) from 4208-ticket.refund into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1000
This commit is contained in:
commit
b41cf7a569
|
@ -56,7 +56,7 @@ module.exports = Self => {
|
||||||
salesIds.push(null);
|
salesIds.push(null);
|
||||||
|
|
||||||
const servicesIds = [];
|
const servicesIds = [];
|
||||||
if (services) {
|
if (services && services.length) {
|
||||||
for (let service of services)
|
for (let service of services)
|
||||||
servicesIds.push(service.id);
|
servicesIds.push(service.id);
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue