location button for searching card

This commit is contained in:
Dany De Bontridder 2011-11-30 22:59:50 +00:00
parent 01748b6931
commit 523bb4eba0
6 changed files with 6 additions and 6 deletions

View file

@ -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']));