4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
|
function submitCustomerSelectionForm() {
|
|||
|
|
showSpinner();
|
|||
|
|
$("#select-customer-form").submit();
|
|||
|
|
}
|