refs #6318 quantity
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-12-05 08:49:55 +01:00
parent 0b1bbbaaa6
commit af07a531ed
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module.exports = Self => {
const isAvailable = itemStock.available > 0;
if (!isAvailable)
if (!isAvailable || !ctx.args.quantity)
throw new UserError(`This item is not available`);
if (request.saleFk)