mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
*** empty log message ***
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</tr>
|
||||
|
||||
<tr id="montant">
|
||||
<input type="text" name="montant" size="10" /> euros
|
||||
<input type="text" name="montant" size="10" />
|
||||
</tr>
|
||||
|
||||
<tr id="commentaire">
|
||||
|
||||
@@ -30,8 +30,8 @@ if (file_exists ($thermlib))
|
||||
*/
|
||||
|
||||
$conf = new Conf();
|
||||
$db = new Db();
|
||||
$dontherm = new Don($db);
|
||||
$dbt = new Db();
|
||||
$dontherm = new Don($dbt);
|
||||
|
||||
$actualValue = $dontherm->sum_actual();
|
||||
$pendingValue = $dontherm->sum_pending();
|
||||
@@ -39,5 +39,6 @@ if (file_exists ($thermlib))
|
||||
|
||||
print moneyMeter($actualValue, $pendingValue, $intentValue);
|
||||
|
||||
$dbt->close();
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user