++work
This commit is contained in:
parent
2e74661702
commit
50fd9e1f37
2 changed files with 103 additions and 230 deletions
|
|
@ -20,8 +20,8 @@ class Command(BaseCommand):
|
|||
if line_count == 0:
|
||||
line_count += 1
|
||||
obj, created = VATRate.objects.get_or_create(
|
||||
start_date=row["start_date"],
|
||||
stop_date=row["stop_date"] if row["stop_date"] is not "" else None,
|
||||
starting_date=row["start_date"],
|
||||
ending_date=row["stop_date"] if row["stop_date"] is not "" else None,
|
||||
territory_codes=row["territory_codes"],
|
||||
currency_code=row["currency_code"],
|
||||
rate=row["rate"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue