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>
|
<IfModule mod_headers.c>
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !\.[a-zA-Z0-9]+$
|
||||||
RewriteCond %{REQUEST_FILENAME}\.png -f
|
|
||||||
RewriteRule ^(.+)$ %{REQUEST_URI}.png [L]
|
RewriteRule ^(.+)$ %{REQUEST_URI}.png [L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.23) stable; urgency=low
|
hedera-web (1.406.24) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.23",
|
"version": "1.406.24",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CALL batchNew (
|
CALL batchNew (
|
||||||
@message, #art, #bgm, #aaj, #fec, #hor, #ref, #agj, #cat, #pac,
|
@message, #art, #bgm, #aaj, #fec, #hor, #ref, #agj, #cat, #pac,
|
||||||
#sub, #kop, #ptd, #pro, #ori, #ptj, #qty, #pri, #klo, #s1, #s2, #s3,
|
#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