Skip to content

Commit

Permalink
Update card.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 22, 2019
1 parent a8d0261 commit 4043356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/card.php
Expand Up @@ -2643,7 +2643,7 @@
if ($calculationrule == 'totalofround') $calculationrulenum=1;
else $calculationrulenum=2;

if(empty($object->getVentilExportCompta())) {
if (empty($object->getVentilExportCompta())) {
$s=$langs->trans("ReCalculate").' ';
$s.='<a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=calculate&calculationrule=totalofround">'.$langs->trans("Mode1").'</a>';
$s.=' / ';
Expand Down

0 comments on commit 4043356

Please sign in to comment.