function modificarFormulario() { document.getElementById('description').innerHTML = description; document.getElementById('amount').value = amount; document.getElementById('item_number').value = locator; document.getElementById('item_name').value = "SKINPET Profesionales"; return true; }
modificarFormulario();