#1085 Show Print Shippingnote in Dropdown

This commit is contained in:
Sebastian
2020-10-16 10:38:28 +02:00
parent 07198b4ede
commit 8a1173aaca

View File

@@ -81,7 +81,7 @@ export class ShelfOrderDetailsService {
}
details.actions.some((action) =>
this.actionHandlerService.isPartialPickup(action)
this.actionHandlerService.shouldPrintShippingNote(action)
);
})
);