Fix bad fix
This commit is contained in:
parent
27e4c66dd5
commit
98a7a5559f
@ -2643,7 +2643,7 @@ else
|
|||||||
if ($calculationrule == 'totalofround') $calculationrulenum=1;
|
if ($calculationrule == 'totalofround') $calculationrulenum=1;
|
||||||
else $calculationrulenum=2;
|
else $calculationrulenum=2;
|
||||||
|
|
||||||
if ($object->getVentilExportCompta() != 0) {
|
if ($object->getVentilExportCompta() == 0) {
|
||||||
$s=$langs->trans("ReCalculate").' ';
|
$s=$langs->trans("ReCalculate").' ';
|
||||||
$s.='<a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=calculate&calculationrule=totalofround">'.$langs->trans("Mode1").'</a>';
|
$s.='<a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=calculate&calculationrule=totalofround">'.$langs->trans("Mode1").'</a>';
|
||||||
$s.=' / ';
|
$s.=' / ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user