20 Sep
2012
20 Sep
'12
6:03 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5356 --- Comment #31 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: I think this line is wrong: + basketgroupdeliveryplace => C4::Branch::GetBranchName( $basketgroup->{deliveryplace} ) || C4::Branch::GetBranchName( $basketgroup->{freedeliveryplace} ), C4::Branch::GetBranchName( $basketgroup->{freedeliveryplace} ) will never work, because freedeliveryplace is free, so not related to a branch code ! do we agree ? (found this problem when checking if freedeliveryplace had been removed from your patches ;-) ) -- You are receiving this mail because: You are watching all bug changes.