This commit is contained in:
Laurent Destailleur 2016-01-22 03:04:07 +01:00
parent 2386b79dfc
commit 34c648b351

View File

@ -458,6 +458,9 @@ if (empty($reshook))
break;
}
}
// Now reload line
$object->fetch_lines();
}
else
{
@ -1311,7 +1314,6 @@ if ($action == 'create')
$datedue=($datetmp==''?-1:$datetmp);
}
dol_fiche_head();
print '<form name="add" action="'.$_SERVER["PHP_SELF"].'" method="post">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
@ -1319,6 +1321,8 @@ if ($action == 'create')
print '<input type="hidden" name="origin" value="'.GETPOST('origin').'">';
print '<input type="hidden" name="originid" value="'.GETPOST('originid').'">';
dol_fiche_head();
print '<table class="border" width="100%">';
// Ref