Merged PR 1194: #2774 AHF Coveranzeige Abfrage ohne alle Filialen und Archiv

#2774 AHF Coveranzeige Abfrage ohne alle Filialen und Archiv

Related work items: #2774
This commit is contained in:
Andreas Schickinger
2022-04-25 10:55:49 +00:00
committed by Nino Righi
parent 5448ac034b
commit c805106759

View File

@@ -36,7 +36,7 @@ export class DomainGoodsService {
getItemByCustomerNumber(customerNumber: string) {
// Suche anhand der Kundennummer mit Status Bestellt, nachbestellt, eingetroffen, weitergeleitet intern
return this.abholfachService.AbholfachWareneingang({
filter: { all_branches: 'true', archive: 'true', orderitemprocessingstatus: '16;128;8192;1048576' },
filter: { orderitemprocessingstatus: '16;128;8192;1048576' },
input: {
qs: customerNumber,
},