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

(-)a/Koha/Cash/Register.pm (-2 / +1 lines)
Lines 126-132 sub outstanding_accountlines { Link Here
126
126
127
    my $local_conditions =
127
    my $local_conditions =
128
      $since->count
128
      $since->count
129
      ? { 'timestamp' => { '>=' => $since->get_column('timestamp')->as_query } }
129
      ? { 'date' => { '>=' => $since->get_column('timestamp')->as_query } }
130
      : {};
130
      : {};
131
    my $merged_conditions =
131
    my $merged_conditions =
132
      $conditions
132
      $conditions
133
- 

Return to bug 24820