Merge branch 'bug_10006' into 3.14-master
This commit is contained in:
commit
c98d65adf7
1 changed files with 2 additions and 0 deletions
|
@ -280,10 +280,12 @@ sub buildKohaItemsNamespace {
|
|||
$status = "available";
|
||||
}
|
||||
my $homebranch = $item->{homebranch}? xml_escape($branches->{$item->{homebranch}}->{'branchname'}):'';
|
||||
my $holdingbranch = $item->{holdingbranch}? xml_escape($branches->{$item->{holdingbranch}}->{'branchname'}):'';
|
||||
$location = $item->{location}? xml_escape($shelflocations->{$item->{location}}):'';
|
||||
$ccode = $item->{ccode}? xml_escape($ccodes->{$item->{ccode}}):'';
|
||||
my $itemcallnumber = xml_escape($item->{itemcallnumber});
|
||||
$xml.= "<item><homebranch>$homebranch</homebranch>".
|
||||
"<holdingbranch>$holdingbranch</holdingbranch>".
|
||||
"<location>$location</location>".
|
||||
"<ccode>$ccode</ccode>".
|
||||
"<status>$status</status>".
|
||||
|
|
Loading…
Reference in a new issue