Fix : show input fields if missing required extrafield when editing
invoice
This commit is contained in:
parent
020c0f33a0
commit
bddbc6f6b2
@ -1881,6 +1881,10 @@ if ($action == 'update_extras')
|
|||||||
}
|
}
|
||||||
else if ($reshook < 0) $error++;
|
else if ($reshook < 0) $error++;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$action = 'edit_extras';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user