0.0.21 form mover
This commit is contained in:
@@ -50,8 +50,6 @@ function makePosterOrder(form) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateCargoTypeInForm(el, type_transport) {
|
function updateCargoTypeInForm(el, type_transport) {
|
||||||
if (!type_transport) return;
|
|
||||||
|
|
||||||
|
|
||||||
getCargoTypesWTypeTransport({
|
getCargoTypesWTypeTransport({
|
||||||
type_transport: type_transport,
|
type_transport: type_transport,
|
||||||
|
|||||||
8
templates/v2/widgets/w_customer_order_card.html
Normal file
8
templates/v2/widgets/w_customer_order_card.html
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{% load i18n %}
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<div class="w_customer_order_card">
|
||||||
|
<div class="customer_order_card_content">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user