2
0
forked from Wavyzz/dolibarr

Fix bad print

This commit is contained in:
Laurent Destailleur
2015-10-03 00:35:26 +02:00
parent 920803518f
commit e444cb57d4

View File

@@ -1089,7 +1089,7 @@ if (! empty($conf->global->DEPLACEMENT_TO_CLEAN))
// Create
if ($action == 'create')
{
print print load_fiche_titre($langs->trans("NewTrip"));
print load_fiche_titre($langs->trans("NewTrip"));
print '<form action="'.$_SERVER['PHP_SELF'].'" method="post" name="create">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';