diff --git a/forms/forms114.py b/forms/forms114.py index ce9bd595d0..b73d8de8e4 100644 --- a/forms/forms114.py +++ b/forms/forms114.py @@ -12,7 +12,7 @@ def form_01(request_data) -> Workbook: current_day = datetime.datetime.now() researches = get_researches() - if price_id: + if price_id and price_id != 'null': prices = PriceName.objects.filter(pk=price_id) else: prices = get_prices(current_day) diff --git a/l2-frontend/src/construct/ConstructPrice.vue b/l2-frontend/src/construct/ConstructPrice.vue index d480fadf94..3990eef02a 100644 --- a/l2-frontend/src/construct/ConstructPrice.vue +++ b/l2-frontend/src/construct/ConstructPrice.vue @@ -18,7 +18,7 @@ XLSX