Skip to content

Commit 14ac00b

Browse files
author
duongtq
committed
[IMP] base_wamas_ubl: Improve key in ART
1 parent 1411ba4 commit 14ac00b

File tree

1 file changed

+2
-2
lines changed
  • base_wamas_ubl/lib/wamas/wamas_grammar

1 file changed

+2
-2
lines changed

base_wamas_ubl/lib/wamas/wamas_grammar/art.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"type": "bool",
188188
"length": 1,
189189
"dp": False,
190-
"dict_key": "no_stock_wamas",
190+
"dict_key": "has_stock",
191191
"df_val": False,
192192
"df_func": False,
193193
},
@@ -235,7 +235,7 @@
235235
"type": "bool",
236236
"length": 1,
237237
"dp": False,
238-
"dict_key": False,
238+
"dict_key": "display_unit",
239239
"df_val": False,
240240
"df_func": False,
241241
},

0 commit comments

Comments
 (0)