diff --git a/web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelSelectProdStep/PrintProductLabelProductListGrid/PrintProductLabelProductListGrid.jsx b/web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelSelectProdStep/PrintProductLabelProductListGrid/PrintProductLabelProductListGrid.jsx
index b436959..efe1462 100644
--- a/web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelSelectProdStep/PrintProductLabelProductListGrid/PrintProductLabelProductListGrid.jsx
+++ b/web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelSelectProdStep/PrintProductLabelProductListGrid/PrintProductLabelProductListGrid.jsx
@@ -250,7 +250,7 @@ const PrintProductLabelProductListGrid = ({ variantStyle }) => {
       } else {
         noOfProductsToBeAdded = OB.DEC.mul(
           newSelectedRows.length,
-          processData.noOfCopies || 1
+          processData.noOfCopies
         );
       }
 
