You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Koha/Plugin/No/Libriotech/StateOfGDPR/main.tt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@
105
105
106
106
<h2>Old loans</h2>
107
107
108
-
<p>You have [% old_issues %] old loans. [% old_issues_anonymized %] of these have been anonymized. That is [% old_issues_anonymized * 100 / old_issues %]%.</p>
108
+
<p>You have [% old_issues %] old loans. [% old_issues_anonymized %] of these have been anonymized. [% IF old_issues > 0 %]That is [% old_issues_anonymized * 100 / old_issues %]%.[% END %]</p>
109
109
110
110
<p>The oldest non-anonymized loan is from [% old_issues_nonanon_oldest %].</p>
0 commit comments