kohabug 2139 Fixes C4::Aquisition::NewOrder so that it saves the branchcode
authorChris Nighswonger <chris.nighswonger@liblime.com>
Thu, 24 Jul 2008 18:44:19 +0000 (13:44 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 24 Jul 2008 19:54:01 +0000 (14:54 -0500)
commitaf970db232aa022876a10597c80ae7b42a15d93e
tree687c0cf6dd7df4fc7067aeadc956bed51b209c0d
parent880c1335f68678310a2abbcb886adf6a1fdb74f0
kohabug 2139 Fixes C4::Aquisition::NewOrder so that it saves the branchcode

&NewOrder did not save the branchcode posted with a new order. This patch adds that param.

Added code to select the branch the order is for in the branch dropdown list on
acqui/orderreceive.pl

Updating POD and tests

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Acquisition.pm
acqui/addorder.pl
acqui/orderreceive.pl
t/lib/KohaTest/Acquisition/NewOrder.pm