diff --git a/src/main/resources/au/com/royalpay/payment/manage/mappers/payment/TransactionMapper.xml b/src/main/resources/au/com/royalpay/payment/manage/mappers/payment/TransactionMapper.xml
index 4572cdea4..7a579dd59 100644
--- a/src/main/resources/au/com/royalpay/payment/manage/mappers/payment/TransactionMapper.xml
+++ b/src/main/resources/au/com/royalpay/payment/manage/mappers/payment/TransactionMapper.xml
@@ -130,6 +130,9 @@
and t.transaction_type = 'Credit'
and t.refund_id is NOT NULL
and t.transaction_type='Debit' and t.refund_id is NULL
+
+ and o.dev_id = #{dev_id}
+
and
o.channel=#{chan}
@@ -198,6 +201,9 @@
and t.transaction_type = 'Credit'
and t.refund_id is NOT NULL
and t.transaction_type='Debit' and t.refund_id is NULL
+
+ and o.dev_id = #{dev_id}
+
and
o.channel=#{chan}
diff --git a/src/main/ui/static/payment/partner/templates/add_partner.html b/src/main/ui/static/payment/partner/templates/add_partner.html
index 1492bb698..aff61f82b 100644
--- a/src/main/ui/static/payment/partner/templates/add_partner.html
+++ b/src/main/ui/static/payment/partner/templates/add_partner.html
@@ -368,12 +368,11 @@
-
+
+
+
+
diff --git a/src/main/ui/static/payment/partner/templates/client_partner_edit.html b/src/main/ui/static/payment/partner/templates/client_partner_edit.html
index 2ab021514..b8d17dc48 100644
--- a/src/main/ui/static/payment/partner/templates/client_partner_edit.html
+++ b/src/main/ui/static/payment/partner/templates/client_partner_edit.html
@@ -168,19 +168,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/ui/static/payment/partner/templates/partner_detail.html b/src/main/ui/static/payment/partner/templates/partner_detail.html
index 0617f91b5..4bb2c5c3c 100644
--- a/src/main/ui/static/payment/partner/templates/partner_detail.html
+++ b/src/main/ui/static/payment/partner/templates/partner_detail.html
@@ -430,7 +430,7 @@
-
@@ -749,4 +748,4 @@
-
\ No newline at end of file
+
diff --git a/src/main/ui/static/payment/tradelog/templates/balance_report.html b/src/main/ui/static/payment/tradelog/templates/balance_report.html
index bdaca8d6d..aa6a2146b 100644
--- a/src/main/ui/static/payment/tradelog/templates/balance_report.html
+++ b/src/main/ui/static/payment/tradelog/templates/balance_report.html
@@ -103,6 +103,17 @@
+