Procedure call renamed
gitea/hedera-web/master This commit looks good
Details
gitea/hedera-web/master This commit looks good
Details
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
auto-load="false"
|
auto-load="false"
|
||||||
result-index="1"
|
result-index="1"
|
||||||
on-status-changed="onAgenciesReady">
|
on-status-changed="onAgenciesReady">
|
||||||
CALL vn.zoneGetAgency(#address, #date);
|
CALL vn.zone_getAgency(#address, #date);
|
||||||
SELECT DISTINCT a.agencyModeFk id, a.description
|
SELECT DISTINCT a.agencyModeFk id, a.description
|
||||||
FROM tmp.zoneGetAgency a
|
FROM tmp.zoneGetAgency a
|
||||||
JOIN vn.deliveryMethod d
|
JOIN vn.deliveryMethod d
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
auto-load="false"
|
auto-load="false"
|
||||||
result-index="1"
|
result-index="1"
|
||||||
on-status-changed="onWarehousesReady">
|
on-status-changed="onWarehousesReady">
|
||||||
CALL vn.zoneGetAgency(#address, #date);
|
CALL vn.zone_getAgency(#address, #date);
|
||||||
SELECT DISTINCT a.agencyModeFk id, a.description
|
SELECT DISTINCT a.agencyModeFk id, a.description
|
||||||
FROM tmp.zoneGetAgency a
|
FROM tmp.zoneGetAgency a
|
||||||
JOIN vn.deliveryMethod d
|
JOIN vn.deliveryMethod d
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.09",
|
"version": "1.407.10",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue