diff --git a/apache.conf b/apache.conf index 06e66a4e..8c60fbfe 100644 --- a/apache.conf +++ b/apache.conf @@ -34,8 +34,7 @@ RewriteEngine On RewriteBase / - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME}\.png -f + RewriteCond %{REQUEST_FILENAME} !\.[a-zA-Z0-9]+$ RewriteRule ^(.+)$ %{REQUEST_URI}.png [L] diff --git a/debian/changelog b/debian/changelog index ea54eef3..e6e44e92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.23) stable; urgency=low +hedera-web (1.406.24) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 01a3c0d5..2e8dd162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.406.23", + "version": "1.406.24", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/rest/edi/sql/batch-add.sql b/rest/edi/sql/batch-add.sql index 33260c76..e2a92baa 100644 --- a/rest/edi/sql/batch-add.sql +++ b/rest/edi/sql/batch-add.sql @@ -1,5 +1,5 @@ CALL batchNew ( @message, #art, #bgm, #aaj, #fec, #hor, #ref, #agj, #cat, #pac, #sub, #kop, #ptd, #pro, #ori, #ptj, #qty, #pri, #klo, #s1, #s2, #s3, - #s4, #s5, #s6, #k1, #k2, #p1, #p2, #auction, #package + #s4, #s5, #s6, #k1, #k2, #p1, #p2, #auction, #package, #putOrderFk )