Skip to content

Commit 084cbb3

Browse files
fix: visualizzazione ore consuntivo
1 parent b9d0e85 commit 084cbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/consuntivo/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249

250250
// Bilancio del documento
251251
$budget = $documento->totale_imponibile;
252-
$righe = $documento->righe;
252+
$righe = $documento->getRighe();
253253
foreach ($righe as $riga) {
254254
if ($riga->um == 'ore') {
255255
$totale_ore_contratto = $riga->qta;

0 commit comments

Comments
 (0)