Early bird field to db

This commit is contained in:
2024-01-16 20:00:40 +02:00
parent 57ae053855
commit 6afff866a2
10 changed files with 270 additions and 150 deletions

View File

@@ -47,6 +47,7 @@ defmodule OsuuspuutarhaWeb.Exports.OrderView do
Parser.parse_location(order.location),
Parser.parse_boolean(order.even_weeks),
Parser.parse_boolean(order.split_invoice),
Parser.parse_boolean(order.early_bird),
Parser.parse_date(order.inserted_at),
Parser.parse_date(order.updated_at)
]