This commit is contained in:
parent
22c83b6b56
commit
a34376f4d2
|
@ -1,5 +1,5 @@
|
|||
DELIMITER $$
|
||||
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`entryTransfer`(vOriginalEntry INT)
|
||||
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`entry_transfer`(vOriginalEntry INT)
|
||||
BEGIN
|
||||
/**
|
||||
* If the bic length is Incorrect throw exception
|
Loading…
Reference in New Issue