added sender ID to the clients Tab in Show view plus bug fixes
This commit is contained in:
@@ -57,3 +57,13 @@ if(date('D') == 'Sat' || date('D') == 'Sun') {
|
||||
// comments
|
||||
|
||||
?>
|
||||
|
||||
select * from property where upn = '641-0548-0446';
|
||||
-- 641-0548-0446-1
|
||||
|
||||
select * from property_payments order by id desc limit 100;
|
||||
select * from business_payments order by id desc limit 100;
|
||||
select * from system_transactionlog order by id desc limit 100;
|
||||
select * from business where districtid = 1 limit 100;
|
||||
select upn, subupn, districtid, owner from business where upn = '653-0738-0134';
|
||||
select * from business_payments where upn = '653-0738-0134';
|
||||
|
||||
Reference in New Issue
Block a user