marton levente hai 2 meses
pai
achega
04de6d85cf
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 2 1
      anafapi/en16931/invoice_line.py
  2. 2 1
      anafapi/nextup.py

+ 2 - 1
anafapi/en16931/invoice_line.py

@@ -44,7 +44,8 @@ UNIT_CODES = {
     'IE': 'Persons',
     'XTN': 'Tin',
     'E49': 'Working day',
-    'XUN': 'Unit'
+    'XUN': 'Unit',
+    'MLT': 'Mililitre'
 }
 
 # CATEGORIES = {'AE', 'L', 'M', 'E', 'S', 'Z', 'G', 'O', 'K'}

+ 2 - 1
anafapi/nextup.py

@@ -48,7 +48,8 @@ MEAS_UNITS = {
     'IE': 104,
     'XTN': 105,
     'E49': 106,
-    'XUN': 107}
+    'XUN': 107,
+    'MLT': 108}
 
 TEMPLATES = {
     'materii prime': 29,