MT#62066 fix underrun_profile_threshold

Change-Id: I6dea3bb9656ce7357e6e0920ed90a0f434e0c827
mr13.3
Rene Krenn 2 months ago
parent d5fd8679fe
commit 60b3917095

@ -567,7 +567,7 @@ $(function() {
<tr>
<td>[% c.loc('Cash balance threshold when underrun profiles get applied:') %]</td>
<td>[% package.underrun_profile_threshold ? money_format( package.underrun_lock_threshold / 100 ) : '' %]</td>
<td>[% package.underrun_profile_threshold ? money_format( package.underrun_profile_threshold / 100 ) : '' %]</td>
<td>[% c.loc('Cash balance threshold when subscribers will be locked:') %]</td>
<td>[% package.underrun_lock_threshold ? money_format( package.underrun_lock_threshold / 100 ) : '' %]</td>
</tr>

Loading…
Cancel
Save