Browse Source

series corr

marton levente 7 months ago
parent
commit
233feb96a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      anafapi/anafoauth.py

+ 1 - 1
anafapi/anafoauth.py

@@ -311,7 +311,7 @@ class Efactoauth(Anafoauth):
         return body
 
     def _get_series(self, inv_id):
-        series = re.search('[A-Z]*', inv_id)
+        series = re.search('[A-Z-]*', inv_id)
         if series:
             return series.group()
         else: