Skip to content

Commit

Permalink
Merge PR #912 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Jan 30, 2024
2 parents 171bdc4 + 07c10d1 commit 06ea159
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions base_wamas_ubl/lib/wamas/wamas_grammar/kst.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"type": "str",
"length": 15,
"dp": False,
"dict_key": False,
"dict_key": "title",
"df_val": False,
"df_func": False,
},
Expand Down Expand Up @@ -490,7 +490,7 @@
"type": "str",
"length": 1,
"dp": False,
"dict_key": False,
"dict_key": "game_identifier",
"df_val": False,
"df_func": False,
},
Expand Down
4 changes: 2 additions & 2 deletions base_wamas_ubl/lib/wamas/wamas_grammar/kstaus.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"df_func": False,
},
"KstAus_RfNr": {
"type": "int",
"type": "str",
"length": 5,
"dp": False,
"dict_key": "priority_sequence",
"df_val": False,
"df_val": "0",
"df_func": False,
},
"KstAus_SatzKz": {
Expand Down
2 changes: 1 addition & 1 deletion base_wamas_ubl/lib/wamas/wamas_grammar/lst.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"type": "str",
"length": 1,
"dp": False,
"dict_key": False,
"dict_key": "game_identifier",
"df_val": False,
"df_func": False,
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ODOO WAMAS 00000120231221051251KSTAUS050000223224 PE/PP/RO kMEZ 00000N
ODOO WAMAS 00000220231221051251KSTAUS050000223224 PE/PP/RO kPAR 00000N
ODOO WAMAS 00000120231221051251KSTAUS050000223224 PE/PP/RO kMEZ 0 N
ODOO WAMAS 00000220231221051251KSTAUS050000223224 PE/PP/RO kPAR 0 N

0 comments on commit 06ea159

Please sign in to comment.