Skip to content

Commit

Permalink
Merge pull request #44 from AplinkosMinisterija/pdf/fixes
Browse files Browse the repository at this point in the history
fix flow order
  • Loading branch information
LWangllix authored May 27, 2024
2 parents 54f5423 + b976f33 commit 55adc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/objects/kanalas.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
kanaloBaseinoPlotas: item.baseinoPlotas || ' ',
ziociuX: item.ziociuX || ' ',
ziociuY: item.ziociuY || ' ',
itekejimoEiliskumas: item.itekejimoEiliskumas || '-',
itekejimoEiliskumas: item.itekejimoEiliskumas || '0',
}); %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/objects/upe.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
upesBaseinoPlotas: item.baseinoPlotas || ' ',
ziociuX: item.ziociuX || ' ',
ziociuY: item.ziociuY || ' ',
itekejimoEiliskumas: item.itekejimoEiliskumas || '-',
itekejimoEiliskumas: item.itekejimoEiliskumas || '0',
daugiametisDebitas: item.vidDebitasZiotyse || ' ',
}); %>
</div>
Expand Down

0 comments on commit 55adc69

Please sign in to comment.