projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a963c
)
Fixing a bug in the userenv for Koha
author
Chris Cormack
<chrisc@catalyst.net.nz>
Tue, 12 Aug 2014 21:17:08 +0000
(09:17 +1200)
committer
Chris Cormack
<chrisc@catalyst.net.nz>
Tue, 12 Aug 2014 21:17:08 +0000
(09:17 +1200)
lib/NCIP/ILS/Koha.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Koha.pm
b/lib/NCIP/ILS/Koha.pm
index
6538ff3
..
a33e37f
100644
(file)
--- a/
lib/NCIP/ILS/Koha.pm
+++ b/
lib/NCIP/ILS/Koha.pm
@@
-62,11
+62,11
@@
sub userenv {
'Test',
$branch, #branchcode need to set this properly
'Auckland',
-
0
,
+
1
,
);
C4::Context->_new_userenv('DUMMY_SESSION_ID');
- C4::Context
->
set_userenv(@USERENV);
+ C4::Context
::
set_userenv(@USERENV);
return;
}