Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Fri, 22 Feb 2013 09:14:15 +0000 (10:14 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 7 Apr 2013 17:08:28 +0000 (13:08 -0400)
commit8297a2d424a964c6ebc8f2878d931312a2836052
tree0a7104266cd292d70f536151045e7d7bee1b3a25
parentc4904214079462397317f714fe89c581daa981ce
Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup

billingplace and freedeliveryplace are missing in C4::Acquisition::NewBasketgroup.

Test plan :
- Go to a vendor basket groups
- Create a new basket group
- Enter a name
- Choose a billing place
- Do not choose a delivery place in combobox but enter a text in delivery place textarea
- Enter a comment
- Save
- Edit created basket group
=> Check that billing place and free delivery place are ok

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works according to test plan, delivery place is now
correctly saved into the databas and was before lost.
All tests and QA script pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Acquisition.pm
acqui/basketgroup.pl