Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Jun 19, 2024
1 parent 506e418 commit 1dc529a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/contracts/forms100.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ def form_01(request_data):
else:
new_coast = PriceCoast(price_name_id=price.pk, research_id=service.pk, coast=coast)
new_coast.save()
if not starts:
return {"ok": False, "result": [], "message": "Не найдены колонка 'Код по прайсу' "}
return {"ok": True, "result": [], "message": ""}

0 comments on commit 1dc529a

Please sign in to comment.