Revision 342
- Date:
- 2013/05/08 15:55:19
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/monetaru/lib/monetaru/SQL/TransactionsTable.pm
47 47 { 48 48 my $self = shift; 49 49 50 my @parent_properties = $self->SUPER::required_properties; 50 my @parent_properties = grep { $_->{attr} ne 'dtime' && $_->{attr} ne 'sections' } $self->SUPER::required_properties; 51 51 return ( 52 52 @parent_properties, 53 53 {