fixes #4523 item_fixed-price_rate2 #1218
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1218
Loading…
Reference in New Issue
No description provided.
Delete Branch "4523-item_fixed-price_rate2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Si es con FUNCTION esta terminada
@ -0,0 +2,4 @@
DELIMITER $$
$$
CREATE FUNCTION `vn`.`priceFixed_getRate2`(vFixedPriceFk INT, vRate3 DOUBLE)
Valorar si hacer una vista seria mejor opción
@ -0,0 +1,23 @@
DROP FUNCTION IF EXISTS `vn`.`priceFixed_getRate2`;
Cambiar de versión a la actual
@ -0,0 +2,4 @@
DELIMITER $$
$$
CREATE FUNCTION `vn`.`priceFixed_getRate2`(vFixedPriceFk INT, vRate3 DOUBLE)
Valorar si hacer vista en vez de función
WIP: 4523-item_fixed-price_rate2to 4523-item_fixed-price_rate24523-item_fixed-price_rate2to fixes #4523 item_fixed-price_rate2