Add Customer/Object/Employee working - DEBUGGING anchor Errors done
This commit is contained in:
@@ -22,11 +22,14 @@ function firstConf(tabs)
|
||||
|
||||
function parseForm(...form)
|
||||
{
|
||||
|
||||
let data_form = {};
|
||||
for (var i = 0; i < form.length; i++)
|
||||
{
|
||||
|
||||
for (var j = 0; j < form[i].children.length; j++)
|
||||
{
|
||||
console.log(form[i].children[j])
|
||||
if (form[i].children[j].toString().startsWith("Combo"))
|
||||
{
|
||||
if(form[i].children[j].editText)
|
||||
|
||||
Reference in New Issue
Block a user