mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
chore: Add landed cost taxes and charges common in bundles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user