forked from verdnatura/hedera-web
Procedure call renamed
This commit is contained in:
parent
bc4000f135
commit
0f2db56f1c
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.09) stable; urgency=low
|
||||
hedera-web (1.407.10) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.09",
|
||||
"version": "1.407.10",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue