Fix error in fixtures data

This commit is contained in:
Tom Bloor 2017-08-31 16:35:51 +01:00
parent 758089bad1
commit 815056b771
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$HASH1 = {
id => 5,
type => 'customer'
type => 'organisation'
};