location button for searching card
This commit is contained in:
parent
01748b6931
commit
523bb4eba0
6 changed files with 6 additions and 6 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<? foreach ($array as $item) {
|
||||
echo '<tr>';
|
||||
echo td($item['search'].$item['qcode']);
|
||||
echo td($item['qcode'].$item['search']);
|
||||
echo td($item['span']);
|
||||
echo td($item['comment']);
|
||||
echo td(nbm($item['amount']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue