Bugzilla – Attachment 73415 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]
Bug 20318: Merge invoices can lead to an merged invoice without Invoice number
Bug-20318-Merge-invoices-can-lead-to-an-merged-inv.patch (text/plain), 2.40 KB, created by
Josef Moravec
on 2018-03-29 10:48:29 UTC
(
hide
)
Description:
Bug 20318: Merge invoices can lead to an merged invoice without Invoice number
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-03-29 10:48:29 UTC
Size:
2.40 KB
patch
obsolete
>From f1102eb02bee29545c6af1eba5ffbbd72c515900 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] Bug 20318: Merge invoices can lead to an merged invoice > without Invoice number >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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.1.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