1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00

Corretto il codice intervento in stampa consuntivi, stampava l'id

This commit is contained in:
Fabio Lovato 2018-03-01 12:08:27 +01:00
parent 746575760c
commit ed55b7457f
2 changed files with 4 additions and 4 deletions

View File

@ -234,7 +234,7 @@ if (!empty($interventi)) {
echo '
<br><small class="text-muted">'.tr('Intervento num. _NUM_ del _DATE_', [
'_NUM_' => $int['id'],
'_NUM_' => $int['codice'],
'_DATE_' => Translator::dateToLocale($int['inizio']),
]).'.</small>';
@ -371,7 +371,7 @@ if (!empty($interventi)) {
echo '
<br><small class="text-muted">'.tr('Intervento num. _NUM_ del _DATE_', [
'_NUM_' => $int['id'],
'_NUM_' => $int['codice'],
'_DATE_' => Translator::dateToLocale($int['inizio']),
]).'.</small>';

View File

@ -227,7 +227,7 @@ if (!empty($interventi)) {
echo '
<br><small class="text-muted">'.tr('Intervento num. _NUM_ del _DATE_', [
'_NUM_' => $int['id'],
'_NUM_' => $int['codice'],
'_DATE_' => Translator::dateToLocale($int['inizio']),
]).'.</small>';
@ -364,7 +364,7 @@ if (!empty($interventi)) {
echo '
<br><small class="text-muted">'.tr('Intervento num. _NUM_ del _DATE_', [
'_NUM_' => $int['id'],
'_NUM_' => $int['codice'],
'_DATE_' => Translator::dateToLocale($int['inizio']),
]).'.</small>';