From 95bba712826156abae7ee738de31c9a5080d6d67 Mon Sep 17 00:00:00 2001 From: Zoe Bennett Date: Wed, 17 Jan 2018 20:13:11 +0000 Subject: [PATCH] Bug 19818: Fixing forbidden pattern by using spaces rather than tabs for indentation on lines 396, 492 & 495 in koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index a3f8a77..ff371d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -393,7 +393,7 @@ function validate1(date) {
  1. Card number: [% cardnumber %]
  2. -
  3. Borrowernumber: [% borrowernumber %]
  4. +
  5. Borrowernumber: [% borrowernumber %]
  6. Category: [% categoryname %] ([% categorycode %])
  7. Registration date: [% dateenrolled | $KohaDates %]
  8. @@ -489,10 +489,10 @@ function validate1(date) {
  9. First name: [% altcontactfirstname | html %]
  10. Address: [% altcontactaddress1 | html %]
  11. Address 2: [% altcontactaddress2 | html %]
  12. -
  13. City: [% altcontactaddress3 | html %]
  14. +
  15. City: [% altcontactaddress3 | html %]
  16. [% IF ( altcontactstate ) %]
  17. State: [% altcontactstate | html %]
  18. [% END %]
  19. ZIP/Postal code: [% altcontactzipcode | html %]
  20. - [% IF ( altcontactcountry ) %]
  21. Country: [% altcontactcountry | html %]
  22. [% END %] + [% IF ( altcontactcountry ) %]
  23. Country: [% altcontactcountry | html %]
  24. [% END %] [% IF ( altcontactphone ) %]
  25. Phone: [% altcontactphone | html %]
  26. [% END %]
-- 2.1.4