0
1
Fork 0

Procedure call renamed

This commit is contained in:
Juan Ferrer 2020-02-12 08:24:32 +01:00
parent bc4000f135
commit 0f2db56f1c
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.09) stable; urgency=low
hedera-web (1.407.10) stable; urgency=low
* Initial Release.

View File

@ -21,7 +21,7 @@
auto-load="false"
result-index="1"
on-status-changed="onAgenciesReady">
CALL vn.zoneGetAgency(#address, #date);
CALL vn.zone_getAgency(#address, #date);
SELECT DISTINCT a.agencyModeFk id, a.description
FROM tmp.zoneGetAgency a
JOIN vn.deliveryMethod d
@ -40,7 +40,7 @@
auto-load="false"
result-index="1"
on-status-changed="onWarehousesReady">
CALL vn.zoneGetAgency(#address, #date);
CALL vn.zone_getAgency(#address, #date);
SELECT DISTINCT a.agencyModeFk id, a.description
FROM tmp.zoneGetAgency a
JOIN vn.deliveryMethod d

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.09",
"version": "1.407.10",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {