Merged PR 1364: changed query from qss to customer_name

changed query from qss to customer_name

Related work items: #3320
This commit is contained in:
Lorenz Hilpert
2022-08-01 12:10:58 +00:00
committed by Nino Righi
parent 8925eae4c5
commit 6325167eda

View File

@@ -55,7 +55,7 @@ export class DomainGoodsService {
return this.abholfachService.AbholfachWareneingang({
filter: { orderitemprocessingstatus: '16;128;8192;1048576' },
input: {
qs: customerNumber,
customer_name: customerNumber,
},
});
}