Skip to content

Commit

Permalink
FIX #4418
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 22, 2016
1 parent 2386b79 commit 34c648b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion htdocs/fourn/facture/card.php
Expand Up @@ -458,6 +458,9 @@
break;
}
}

// Now reload line
$object->fetch_lines();
}
else
{
Expand Down Expand Up @@ -1311,14 +1314,15 @@
$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'].'">';
print '<input type="hidden" name="action" value="add">';
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
Expand Down

0 comments on commit 34c648b

Please sign in to comment.