fix unknown function
This commit is contained in:
parent
ae4020c9fe
commit
345015ece2
@ -257,17 +257,16 @@ if ($source == 'proposal')
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (!$found && !$mesg) $mesg = $langs->transonentitiesnoconv("ErrorBadParameters");
|
if (!$found && !$mesg) $mesg = $langs->transnoentitiesnoconv("ErrorBadParameters");
|
||||||
|
|
||||||
if ($mesg) print '<tr><td align="center" colspan="2"><br><div class="warning">'.dol_escape_htmltag($mesg).'</div></td></tr>'."\n";
|
if ($mesg) print '<tr><td align="center" colspan="2"><br><div class="warning">'.dol_escape_htmltag($mesg).'</div></td></tr>'."\n";
|
||||||
|
|
||||||
print '</table>'."\n";
|
print '</table>'."\n";
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
||||||
if ($action != 'dosign')
|
if ($action != 'dosign') {
|
||||||
{
|
if ($found && !$error) {
|
||||||
if ($found && !$error) // We are in a management option and no error
|
// We are in a management option and no error
|
||||||
{
|
|
||||||
} else {
|
} else {
|
||||||
dol_print_error_email('ERRORNEWONLINESIGN');
|
dol_print_error_email('ERRORNEWONLINESIGN');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user