Убрал company из sender и recipient

This commit is contained in:
Раис Юсупалиев
2026-04-05 00:05:28 +03:00
parent c95b6210a7
commit 18f7e251e3
7 changed files with 60 additions and 11 deletions
+3 -3
View File
@@ -31,10 +31,10 @@
| 022 | DONE | 2026-03-25 | Add address suggestion endpoint | `spec/tasks/022_add_address_suggestion_endpoint.md` |
| 023 | DONE | 2026-03-29 | Add Yandex Geosuggest address suggestion adapter and CIS routing | `spec/tasks/023_add_yandex_geosuggest_address_suggestion_adapter.md` |
| 024 | DONE | 2026-03-29 | Add TomTom address suggestion adapter and Europe routing | `spec/tasks/024_add_tomtom_address_suggestion_adapter.md` |
| 025 | TODO | 2026-04-03 | Remove company from Create Delivery Order parties | `spec/tasks/025_remove_company_from_create_delivery_order.md` |
| 025 | DONE | 2026-04-03 | Remove company from Create Delivery Order parties | `spec/tasks/025_remove_company_from_create_delivery_order.md` |
## Summary
- Total: **26**
- TODO: **1**
- DONE: **25**
- TODO: **0**
- DONE: **26**
@@ -1,7 +1,7 @@
---
id: 025
title: Remove company from Create Delivery Order parties
status: TODO
status: DONE
created: 2026-04-03
---