0
1
Fork 0

refs #3971 Order checkout hotfix

This commit is contained in:
Juan Ferrer 2022-12-01 09:04:33 +01:00
parent 327508c3ee
commit 1fa9b1e8b0
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

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

View File

@ -192,9 +192,9 @@ export default new Class({
const defaults = this.$.defaults.$ || {};
if (defaults.agencyModeFk)
defaults.push(defaults.agencyModeFk);
agencies.push(defaults.agencyModeFk);
if (defaults.defaultAgencyFk)
defaults.push(defaults.defaultAgencyFk);
agencies.push(defaults.defaultAgencyFk);
for (const agency of agencies)
if (model.search('id', agency) !== -1) {

View File

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