Bug 17559: Fixed HTML element ID of B_streetnumber
authorRadek Šiman <rbit@rbit.cz>
Thu, 3 Nov 2016 13:45:43 +0000 (14:45 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Nov 2016 14:16:43 +0000 (14:16 +0000)
commitfcb11e296eeec6501dea5efbbf35ed52db4fd285
tree7019bc68843a7f26eac10746bc955ea4958c3b3e
parent317c377a32a36312f69790fdc66ad986a9cd3366
Bug 17559: Fixed HTML element ID of B_streetnumber

There is a duplicate ID in HTML code, because of this:
<input type="text" id="B_address" name="B_streetnumber" size="5"
value="" />
<input type="text" id="B_address" name="B_address" size="40" value="" />

Test plan:
1) Edit a patron and look into its HTML code
2) Find input: name="B_streetnumber"
3) Its ID is B_address - a duplicate within the code in fact
4) Apply the patch
5) Repeat steps 1 and 2
6) The ID is unique now: B_streetnumber

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style-de.inc
koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style-us.inc