sifatbaho
This commit is contained in:
1
public/assets/js/order-edit.js
vendored
Executable file
1
public/assets/js/order-edit.js
vendored
Executable file
@@ -0,0 +1 @@
|
||||
let handleCustomerClick=function(e){var n=document.getElementById("customer-block"),o=document.getElementById("customer-company-block");"physical"===e?(n.classList.remove("d-none"),o.classList.add("d-none")):(n.classList.add("d-none"),o.classList.remove("d-none"))},handleOwnerClick=function(e){var n=document.getElementById("owner-block"),o=document.getElementById("owner-company-block");"physical"===e?(n.classList.remove("d-none"),o.classList.add("d-none")):(n.classList.add("d-none"),o.classList.remove("d-none"))};
|
||||
Reference in New Issue
Block a user