chore: Add landed cost taxes and charges common in bundles

This commit is contained in:
Deepesh Garg
2023-07-22 21:19:48 +05:30
parent 9e791efc82
commit 0b1e78e127
8 changed files with 74 additions and 72 deletions

View File

@@ -243,7 +243,7 @@ async function submit() {
}
function get_form_data() {
contact = {};
let contact = {};
let inputs = ['name', 'skype', 'number', 'notes', 'email'];
inputs.forEach((id) => contact[id] = document.getElementById(`customer_${id}`).value)
return contact