View | Details | Raw Unified | Return to bug 18246
Collapse All | Expand All

(-)a/patroncards/edit-layout.pl (-1 / +2 lines)
Lines 146-151 if ($op eq 'edit') { Link Here
146
    foreach my $unit (@$units){
146
    foreach my $unit (@$units){
147
        if ($unit->{'type'} eq $layout->get_attr('units')) {
147
        if ($unit->{'type'} eq $layout->get_attr('units')) {
148
            $unit->{'selected'} = 1;
148
            $unit->{'selected'} = 1;
149
        } else {
150
            $unit->{'selected'} = 0;
149
        }
151
        }
150
    }
152
    }
151
153
152
- 

Return to bug 18246