Skip to content

Commit df5c7b7

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

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

base_wamas_ubl/lib/wamas/wamas_grammar/art.py

+3-3
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": "sell_only_by_packaging",
239239
"df_val": False,
240240
"df_func": False,
241241
},
@@ -315,7 +315,7 @@
315315
"type": "bool",
316316
"length": 1,
317317
"dp": False,
318-
"dict_key": "sell_only_by_packaging",
318+
"dict_key": "compulsory_lot",
319319
"df_val": False,
320320
"df_func": False,
321321
},

0 commit comments

Comments
 (0)