This commit is contained in:
Juan Felipe Zapata Moreno 2026-02-17 16:37:19 -06:00
parent 32949fe13a
commit 9b8bf57abd

View File

@ -68,11 +68,6 @@ const updateQuantity = (index, quantity) => {
}
};
const useSuggestedPrice = () => {
form.retail_price = suggestedPrice.value.toFixed(2);
calculateTax();
};
const createBundle = () => {
if (selectedProducts.value.length < 2) {
Notify.error('Debes agregar al menos 2 productos al paquete');