Bug 7360 Import Default framework into other deletes default Framework
authorAdmin User Koha <koha@biblibre.com>
Wed, 14 Dec 2011 16:31:00 +0000 (17:31 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 18 Jan 2012 15:10:53 +0000 (10:10 -0500)
commita2f375284c342e22d3fcb455f7eb8a0920850121
treeed1512e1c0a7fce8f517aa717ddecb127d370477
parent2a10211d90020c461346ef04ddb244a1cf36fba7
Bug 7360 Import Default framework into other deletes default Framework

Step to reproduce :
- export default framework as SQL
- create new framework
- Import the exported SQL file into this new framework.
Go to default framework :
It disappeared.

If some libraries want to share default frameworks, then it is a major bug.
This patch fixes the test in order to cope with 0 character framework name.

Signed-off-by: François Charbonnier <francois.charbonnier@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit a830f46fc73af2281926e4fc83967674f4025ad3)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/ImportExportFramework.pm