Bug 17559: Fixed HTML element ID of B_streetnumber
commit8de7d30fc153407b2c6d14183a6b76253b08eaf9
authorRadek Šiman <rbit@rbit.cz>
Thu, 3 Nov 2016 13:45:43 +0000 (3 14:45 +0100)
committerMason James <mtj@kohaaloha.com>
Mon, 12 Dec 2016 01:54:13 +0000 (12 14:54 +1300)
tree0dc8c7355678ff9e54e3d5461187792a43099241
parent8b205c907c138465738c2a7fd38eacf87a5b4546
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: Mason James <mtj@kohaaloha.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