supplierPackaging_ReportSource_hotFix #2633

Merged
pako merged 2 commits from supplierPackaging_ReportSource_hotFix into test 2024-06-24 10:50:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5f329fde38 - Show all commits

View File

@ -1,5 +1,5 @@
DELIMITER $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `vn`.`supplierPackaging_ReportSource`(
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`supplierPackaging_ReportSource`(
vFromDated DATE,
vSupplierFk INT
)