Task #0001481: Encodage Vente, Achat, Fin ou OD
Task #0001485: possibilité de clouer une fenetre Ajout d'une fiche met automatiquement le quick-code au bon endroit
This commit is contained in:
parent
dbad12a578
commit
473acf862e
12 changed files with 96 additions and 59 deletions
|
|
@ -51,7 +51,7 @@ foreach ($array as $item) {
|
|||
echo '<tr>';
|
||||
// echo td($item['dateop']);
|
||||
echo td($item['dateop'],' style="display:none" id="tdchdate'.$i.'"');
|
||||
echo td($item['qcode'].$item['search'].$str_add_button);
|
||||
echo td($item['qcode'].$item['search'].$item['card_add']);
|
||||
echo td($item['cname']);
|
||||
echo td($item['comment'],' class="visible_gt800 visible_gt1155" ');
|
||||
echo td($item['amount']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue