diff options
author | Mark Wells <mark@freeside.biz> | 2012-05-05 14:16:56 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-05-05 14:16:56 -0700 |
commit | 9bc9485d65cb202cc8df6ed37602664aafb80ea1 (patch) | |
tree | b8065803001641954464e48eae5c35e8a72c85e3 /httemplate/search/report_receivables.html | |
parent | 026a1022bd40dc18055e8bef97e7027051af083f (diff) |
more accurate aging report cutoff time, #16521
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-x | httemplate/search/report_receivables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 19f863525..5cff0f4fc 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -52,7 +52,7 @@ function toggle(obj) { <& /elements/tr-input-date-field.html, { 'name' => 'as_of', 'value' => time, - 'label' => emt('As of date '), + 'label' => emt('At the end of date '), 'format' => FS::Conf->new->config('date_format') || '%m/%d/%Y', } &> |