wip
This commit is contained in:
parent
32949fe13a
commit
9b8bf57abd
@ -68,11 +68,6 @@ const updateQuantity = (index, quantity) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const useSuggestedPrice = () => {
|
|
||||||
form.retail_price = suggestedPrice.value.toFixed(2);
|
|
||||||
calculateTax();
|
|
||||||
};
|
|
||||||
|
|
||||||
const createBundle = () => {
|
const createBundle = () => {
|
||||||
if (selectedProducts.value.length < 2) {
|
if (selectedProducts.value.length < 2) {
|
||||||
Notify.error('Debes agregar al menos 2 productos al paquete');
|
Notify.error('Debes agregar al menos 2 productos al paquete');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user