Bug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded script paths
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Oct 2015 08:05:46 +0000 (08:05 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 19 Oct 2015 12:36:43 +0000 (09:36 -0300)
commit02492bd6eadadcf67e173f3d219b2f5aa895371b
tree47feda102507ac9bfa48aa6752570dea45ad394c
parent6c30d31af7b7d0e0a7c405d85cddcdf4651c4dbf
Bug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded script paths

Since I don't manage to make SCRIPT_NAME works directly with RequestHeader and/or
ReverseProxyPath, the easier way it to fix all the different occurrences.

Test plan:
On the import patrons page, confirm that the "Import" button does not redirect to a 'Not found' page.
You should stay on the import patrons page.

Note that if this change works, all others should work too.
Have a look at the diff of this patch and confirm there is no typo.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Tested in patron import and item batch modification

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
offline_circ/process_koc.pl
tools/batchMod.pl
tools/batch_record_modification.pl
tools/import_borrowers.pl
tools/manage-marc-import.pl
tools/showdiffmarc.pl
tools/stage-marc-import.pl