forked from verdnatura/hedera-web
#4212 New EKT barcode
This commit is contained in:
parent
2aff47ef2e
commit
9ca2f78103
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.69) stable; urgency=low
|
||||
hedera-web (1.408.1) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.69",
|
||||
"version": "1.408.1",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,35 @@
|
|||
CALL exchange_new (
|
||||
#mailId, #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, #putOrderFk
|
||||
#mailId,
|
||||
#art,
|
||||
#bgm,
|
||||
#batchNumber,
|
||||
#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,
|
||||
#putOrderFk
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue