1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-15 11:00:48 +01:00
This commit is contained in:
Thomas Zilio 2018-11-02 12:44:07 +01:00
parent d1d9b17b58
commit 208f2768fc

View File

@ -74,6 +74,9 @@ if (!empty($sessioni)) {
$costo_km_consuntivo = $sessione['prezzo_km_consuntivo'];
$costo_ore_consuntivo = $sessione['prezzo_ore_consuntivo'];
$ore = $sessione['ore'];
$km = $sessione['km'];
// Tipologia
echo '
<tr>
@ -96,7 +99,7 @@ if (!empty($sessioni)) {
// ORE
echo '
<td style="border-right:1px solid #aaa;">
'.Translator::numberToLocale($sessione['ore']).'
'.Translator::numberToLocale($ore).'
<div class="extra hide">
<table class="table table-condensed table-bordered">
@ -125,7 +128,7 @@ if (!empty($sessioni)) {
// KM
echo '
<td style="border-right:1px solid #aaa;">
'.Translator::numberToLocale($sessione['km']).'
'.Translator::numberToLocale($km).'
<div class="extra hide">
<table class="table table-condensed table-bordered">