bug fix - route probleme
Dieser Commit ist enthalten in:
@@ -389,7 +389,7 @@ def api_customer_licenses(customer_id):
|
||||
'id': row[0],
|
||||
'license_key': row[1],
|
||||
'license_type': row[2],
|
||||
'is_active': row[3], # Korrigiert von 'active' zu 'is_active'
|
||||
'is_active': row[3], # Korrigiert von 'is_active' zu 'is_active'
|
||||
'is_test': row[4],
|
||||
'valid_from': row[5].strftime('%Y-%m-%d') if row[5] else None,
|
||||
'valid_until': row[6].strftime('%Y-%m-%d') if row[6] else None,
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren