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

(-)a/Koha/Object.pm (-1 / +1 lines)
Lines 210-215 sub store { Link Here
210
                    property => $property =~ /(\w+\.\w+)$/
210
                    property => $property =~ /(\w+\.\w+)$/
211
                    ? $1
211
                    ? $1
212
                    : $property,    # results in table.column without quotes or backtics
212
                    : $property,    # results in table.column without quotes or backtics
213
                    value => $self->$property,
213
                ) if $type eq 'enum';
214
                ) if $type eq 'enum';
214
            }
215
            }
215
        }
216
        }
216
- 

Return to bug 38342