0
1
Fork 0

refs #3971 Error fixes

This commit is contained in:
Juan Ferrer 2022-11-18 01:26:08 +01:00
parent ae70cd2b4e
commit e92e04b4d5
3 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -22,7 +22,6 @@ export default new Class({
}, },
onConfigureClick() { onConfigureClick() {
test();
Htk.Toast.showWarning(_('RememberReconfiguringImpact')); Htk.Toast.showWarning(_('RememberReconfiguringImpact'));
this.hash.setAll({form: 'ecomerce/checkout'}); this.hash.setAll({form: 'ecomerce/checkout'});
}, },

View File

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