Fix issue with registration that was missed, fixed relationship name
This commit is contained in:
parent
1bb483bb5a
commit
208e45082f
2 changed files with 3 additions and 4 deletions
|
@ -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" },
|
||||
{
|
||||
|
|
Reference in a new issue