summaryrefslogtreecommitdiff
path: root/LedgerSMB/DBObject/Location.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/DBObject/Location.pm')
-rw-r--r--LedgerSMB/DBObject/Location.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/DBObject/Location.pm b/LedgerSMB/DBObject/Location.pm
index 3deb967f..1b7e2699 100644
--- a/LedgerSMB/DBObject/Location.pm
+++ b/LedgerSMB/DBObject/Location.pm
@@ -69,5 +69,6 @@ sub get_all {
my $type = shift @_;
my @locations = $self->exec_method(funcname=>$type."__all_locations", args=>[$user_id]);
+ return \@locations;
}
1; \ No newline at end of file