[Koha-bugs] [Bug 5356] Shipping billing address improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 20 18:03:27 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5356

--- Comment #31 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list