232402_test_to_dev #1637
|
@ -81,7 +81,7 @@ module.exports = Self => {
|
|||
throw new UserError('You must delete all the buy requests first');
|
||||
|
||||
// removes item shelvings
|
||||
if (hasItemShelvingSales && isSalesAssistant) {
|
||||
if (hasItemShelvingSales && canDeleteTicketWithPartPrepared) {
|
||||
const promises = [];
|
||||
for (let sale of sales) {
|
||||
if (sale.itemShelvingSale()) {
|
||||
|
|
Loading…
Reference in New Issue