rabin 3 years ago
parent
commit
5da1582842
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/card/lib/Manage.php

+ 1 - 1
app/card/lib/Manage.php

@@ -202,7 +202,7 @@ class Manage
             $d = array
             (
                 $card['name'],
-                "\t" . $v['card'],
+                $v['card'] . "\t", 
                 $v['total_cash'],
                 $v['use_cash'],
                 round($v['total_cash'] - $v['use_cash'], 2),