https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318

--- Comment #7 from Josef Moravec <josef.mora...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to