0.0.144 routes

This commit is contained in:
SBD
2025-02-04 17:28:43 +03:00
parent 6e8db45cb8
commit a67436b854
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ function searchRoutes (form) {
let formData = getFormData(form);
formData = getFormData($filter_form, formData);
formData.append('owner_type', 'mover');
formData.append('owner_type', 'customer');
let request = new api({
url: '/routes/find_routes/',