Update card.php

This commit is contained in:
Laurent Destailleur 2019-11-22 14:25:32 +01:00 committed by GitHub
parent a8d02615a8
commit 4043356f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2643,7 +2643,7 @@ else
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.=' / ';