Bugzilla – Attachment 72969 Details for
Bug 20318
Merge invoices can lead to an merged invoice without Invoice number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Merge invoices can lead to an merged invoice without Invoice number
0001-Bug-20318-Merge-invoices-can-lead-to-an-merged-invoi.patch (text/plain), 2.21 KB, created by
Christophe Croullebois
on 2018-03-15 15:02:38 UTC
(
hide
)
Description:
Merge invoices can lead to an merged invoice without Invoice number
Filename:
MIME Type:
Creator:
Christophe Croullebois
Created:
2018-03-15 15:02:38 UTC
Size:
2.21 KB
patch
obsolete
>From c4ed5a4ec27d2d9499987f20e360581d186e1305 Mon Sep 17 00:00:00 2001 >From: Christophe Croullebois <christophe.croullebois@biblibre.com> >Date: Wed, 14 Mar 2018 14:28:28 +0000 >Subject: [PATCH 1/1] Bug 20318: Merge invoices can lead to an merged invoice > without Invoice number > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 79cbc6a..5ca6a8b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -105,7 +105,10 @@ > <tbody> > </tbody> > </table></li> >- <li><label for="merge_invoicenumber">Invoice number:</label><span id="merge_invoicenumber"></span></li> >+ <li><label for="merge_invoicenumber">Invoice number:</label> >+ <input type="text" size="10" id="merge_invoicenumber" name="invoicenumber" value="" class="required" required="required" /> >+ <span class="required">Required</span> >+ </li> > <li><label for="merge_shipmentdate">Shipment date:</label> > <input type="text" size="10" id="merge_shipmentdate" name="shipmentdate" value="" class="datepicker" /></li> > >@@ -351,8 +354,7 @@ > $(row).click(function () { > $('#merge_table tbody tr').removeClass('active'); > $(this).addClass('active'); >- $('#merge_invoicenumber').text(invoice.invoicenumber); >- $.each(['invoiceid', 'shipmentdate', 'billingdate', 'shipmentcost', 'shipment_budgetid'], function (idx, prop) { >+ $.each(['invoiceid', 'shipmentdate', 'billingdate', 'shipmentcost', 'shipment_budgetid', 'invoicenumber'], function (idx, prop) { > $('#merge_' + prop).val(invoice[prop]); > }); > if (invoice.closedate) { >-- >2.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20318
:
72306
|
72873
|
72881
|
72958
|
72969
|
72975
|
73415
|
73532