Merge remote-tracking branch 'origin/develop' into develop

master
Yixian 2 years ago
commit 868520e697

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>2.4.16</version>
<version>2.4.17</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>2.4.0</jib-maven-plugin.version>

@ -360,13 +360,13 @@
{{transcommon_total.not_settled|currency:'AUD '}} <i class="fa fa-ellipsis-v" ng-click="hideNotSettleDetail()" style="cursor: pointer"></i>
</span>
<div ng-if="showUnSettleDetail">
<span class="counter text-white" style="font-size: 1px">
<span class="counter text-white" style="font-size: 14px">
Cross-border Payment : {{transcommon_system.system_not_settled|currency:'AUD '}}
</span>
<span class="counter text-white" style="font-size: 1px">
<span class="counter text-white" style="font-size: 14px">
Card Payment : {{transcommon_rpaypmt_card.rpaypmt_card_not_settled|currency:'AUD '}}
</span>
<span class="counter text-white" style="font-size: 1px">
<span class="counter text-white" style="font-size: 14px">
Direct Debit : {{transcommon_rpaypmt_dd.rpaypmt_dd_not_settled|currency:'AUD '}}
</span>
</div>

Loading…
Cancel
Save