RT#34078: Payment History Report / Statement [backport of acl and preview fixes]
[freeside.git] / FS / FS / cust_main.pm
index 1afacea..d1e9a22 100644 (file)
@@ -4595,6 +4595,8 @@ sub payment_history {
       'description' => 'Previous balance',
       'amount'      => sprintf("%.2f",$previous),
       'balance'     => sprintf("%.2f",$previous),
+      'date'        => $$opt{'start_date'},
+      'date_pretty' => $self->time2str_local('short', $$opt{'start_date'} ),
     };
     #false laziness with above
     foreach my $key ( qw(amount balance) ) {