Skip to content

Commit

Permalink
print set document for many people
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Nov 20, 2023
1 parent 5888006 commit 84ca305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/directions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def directions_generate(request):
price_category=p.get("priceCategory", -1),
case_id=p.get("caseId", -2),
case_by_direction=p.get("caseByDirection", False),
plan_start_date=p.get("planStartDate", None)
plan_start_date=p.get("planStartDate", None),
slot_fact_id=p.get("slotFactId", None),
)
if type_generate == "calculate-cost":
Expand Down

0 comments on commit 84ca305

Please sign in to comment.