View | Details | Raw Unified | Return to bug 32382
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 557-563 Link Here
557
                }
557
                }
558
                else {
558
                else {
559
                    the_dropdown.find('option[value="'+selected+'"]').removeClass('b_inactive');
559
                    the_dropdown.find('option[value="'+selected+'"]').removeClass('b_inactive');
560
                    $(this).parent('span').find('.b_inactive').remove();
560
                    $(this).siblings().find('.b_inactive').remove();
561
                }
561
                }
562
            });
562
            });
563
563
564
- 

Return to bug 32382