Cosmetic : add waiting box when searching by card category

for Management customer, supplier,...
This commit is contained in:
Dany wm De Bontridder 2020-11-01 20:25:42 +01:00
parent 09974078e9
commit 86aedf7452
5 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ if ($low_action == "list")
' where frd_id=' . FICHE_TYPE_EMPL .
' order by fd_label ', 1);
$sel_card->selected=$http->get("cat","number",-1);
$sel_card->javascript = ' onchange="submit(this);"';
$sel_card->javascript = ' onchange="waiting_box();submit(this);"';
echo _('Catégorie :') . $sel_card->input();
}
else