0.0.18 form mover

This commit is contained in:
SBD
2025-01-14 16:27:45 +03:00
parent 9a2a2d9aa2
commit aac673f212
2 changed files with 14 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ function makePosterOrder(form) {
function updateCargoTypeInForm(el, type_transport) {
if (!type_transport) return;
getCargoTypesWTypeTransport({
type_transport: type_transport,
owner_type: getFormOwnerType(el),