forked from verdnatura/hedera-web
putOrderFk added to EKTs
This commit is contained in:
parent
698cd9aeb8
commit
b5c610daf4
|
@ -34,8 +34,7 @@
|
|||
<IfModule mod_headers.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME}\.png -f
|
||||
RewriteCond %{REQUEST_FILENAME} !\.[a-zA-Z0-9]+$
|
||||
RewriteRule ^(.+)$ %{REQUEST_URI}.png [L]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.23) stable; urgency=low
|
||||
hedera-web (1.406.24) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.23",
|
||||
"version": "1.406.24",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue