commit
36854b0af4
@ -258,17 +258,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";
|
||||
|
||||
print '</table>'."\n";
|
||||
print "\n";
|
||||
|
||||
if ($action != 'dosign')
|
||||
{
|
||||
if ($found && !$error) // We are in a management option and no error
|
||||
{
|
||||
if ($action != 'dosign') {
|
||||
if ($found && !$error) {
|
||||
// We are in a management option and no error
|
||||
} else {
|
||||
dol_print_error_email('ERRORNEWONLINESIGN');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user