Bugzilla – Attachment 73532 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: Add class 'required' to the label
Bug-20318-Add-class-required-to-the-label.patch (text/plain), 1.99 KB, created by
Jonathan Druart
on 2018-04-02 17:30:39 UTC
(
hide
)
Description:
Bug 20318: Add class 'required' to the label
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-02 17:30:39 UTC
Size:
1.99 KB
patch
obsolete
>From 931696388ab4837dd45cc8dbbeacfc036680b6d5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 Apr 2018 14:30:23 -0300 >Subject: [PATCH] Bug 20318: Add class 'required' to the label > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index dd98174d85..33838e50a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -31,7 +31,7 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="shipmentdate">Invoice number:</label> >+ <label for="shipmentdate" class="required">Invoice number:</label> > <input type="text" id="invoicenumber" name="invoicenumber" value="[% invoicenumber %]" class="required" required="required"/> > <span class="required">Required</span> > </li> >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 5ca6a8bc3f..b7264b981d 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,7 @@ > <tbody> > </tbody> > </table></li> >- <li><label for="merge_invoicenumber">Invoice number:</label> >+ <li><label for="merge_invoicenumber" class="required">Invoice number:</label> > <input type="text" size="10" id="merge_invoicenumber" name="invoicenumber" value="" class="required" required="required" /> > <span class="required">Required</span> > </li> >-- >2.11.0
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