Fix issue with registration that was missed, fixed relationship name

This commit is contained in:
Tom Bloor 2017-04-09 14:21:36 +01:00
parent 1bb483bb5a
commit 208e45082f
2 changed files with 3 additions and 4 deletions

View file

@ -161,7 +161,7 @@ Related object: L<Pear::LocalLoop::Schema::Result::Customer>
=cut
__PACKAGE__->belongs_to(
"customerid_fk",
"customer",
"Pear::LocalLoop::Schema::Result::Customer",
{ customerid => "customerid_fk" },
{