Files
BeWoPlaner/BeWoPlanerMobil/Scripts/view-scripts/customer.js

4 lines
105 B
JavaScript
Raw Normal View History

function submitCustomerSelectionForm() {
showSpinner();
$("#select-customer-form").submit();
}