https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318 --- Comment #7 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 72881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72881 Bug 20318: Merge invoices can lead to an merged invoice without Invoice number Review of attachment 72881: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20318&attachment=72881) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -351,4 @@
$(row).click(function () { $('#merge_table tbody tr').removeClass('active'); $(this).addClass('active'); - $('#merge_invoicenumber').text(invoice.invoicenumber);
Why do you remove this? The functionality of using one of merged invoices number just by clicking on it could be still useful. -- You are receiving this mail because: You are watching all bug changes.