Fix: Param was renamed
This commit is contained in:
parent
bb42f8384b
commit
3b6c55f908
@ -95,7 +95,7 @@ if ($action == 'confirm_clone' && $confirm == 'yes')
|
|||||||
$result=$object->createFromClone($id);
|
$result=$object->createFromClone($id);
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
header("Location: ".$_SERVER['PHP_SELF'].'?action=editfacnumber&id='.$result);
|
header("Location: ".$_SERVER['PHP_SELF'].'?action=editref_supplier&id='.$result);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -1158,7 +1158,7 @@ if ($action == 'create')
|
|||||||
print '<tr><td>'.$langs->trans('DateMaxPayment').'</td><td>';
|
print '<tr><td>'.$langs->trans('DateMaxPayment').'</td><td>';
|
||||||
$form->select_date($datedue,'ech','','','',"add",1,1);
|
$form->select_date($datedue,'ech','','','',"add",1,1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Project
|
// Project
|
||||||
if (! empty($conf->projet->enabled))
|
if (! empty($conf->projet->enabled))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user