From 261b9c5fbd97d40b86925b038d5d381e6ac69121 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 2 Aug 2007 03:30:39 +0000 Subject: [PATCH] restore links to billing output files --- interface/billing/billing_report.php | 5 +++- interface/billing/get_claim_file.php | 46 +++++++++++------------------------- 2 files changed, 18 insertions(+), 33 deletions(-) diff --git a/interface/billing/billing_report.php b/interface/billing/billing_report.php index f703da411..500015f47 100644 --- a/interface/billing/billing_report.php +++ b/interface/billing/billing_report.php @@ -606,7 +606,10 @@ if ($ret = getBillsBetween($from_date,$to_date,$my_authorized,$unbilled,"%")) { if ($crow['process_time']) { $lhtml .= "
\n " . substr($crow['process_time'], 0, 16) . " " . - xl("Claim was generated to file ") . $crow['process_file']; + xl("Claim was generated to file ") . + "" . + $crow['process_file'] . ""; ++$lcount; } diff --git a/interface/billing/get_claim_file.php b/interface/billing/get_claim_file.php index 608b41601..8c7fa1761 100644 --- a/interface/billing/get_claim_file.php +++ b/interface/billing/get_claim_file.php @@ -1,16 +1,22 @@

- \ No newline at end of file -- 2.11.4.GIT