Adding blank to relshiploop (altrelationship) loop (Bug 657)
This commit is contained in:
parent
22310ea007
commit
cfd59e9ba3
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ if ($delete){
|
||||||
-default=>$data->{'categorycode'},
|
-default=>$data->{'categorycode'},
|
||||||
-labels=>$labels);
|
-labels=>$labels);
|
||||||
|
|
||||||
my @relationships = ('workplace', 'relative','friend', 'neighbour');
|
my @relationships = ('','workplace', 'relative','friend', 'neighbour');
|
||||||
my @relshipdata;
|
my @relshipdata;
|
||||||
while (@relationships) {
|
while (@relationships) {
|
||||||
my $relship = shift @relationships;
|
my $relship = shift @relationships;
|
||||||
|
|
Loading…
Reference in a new issue