refs #6200 Fixes: style & add to basket
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2023-10-09 21:08:40 +02:00
parent 4a09fe39a8
commit 1535a557a8
4 changed files with 5 additions and 4 deletions

2
debian/changelog vendored
View File

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

View File

@ -325,7 +325,7 @@ const Catalog = new Class({
}
if (amountSum > 0) {
this.conn.execQuery(sql);
await this.conn.execQuery(sql);
var itemName = this.$.$card.get('item');
Htk.Toast.showMessage(

View File

@ -204,7 +204,8 @@
bottom: 30px;
right: 0;
font-size: .8rem;
color: #c44;
color: #a44;
cursor: pointer;
& > span {
font-size: 16px;

View File

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