| 756 |
); |
); |
| 757 |
|
|
| 758 |
// Get the sales report for the month. |
// Get the sales report for the month. |
| 759 |
$month = _uc_reports_get_sales($today_start, 'month'); |
$month = _uc_reports_get_sales($month_start, 'month'); |
| 760 |
$month_title = format_date($today_start, 'custom', 'M Y'); |
$month_title = format_date($month_start, 'custom', 'M Y'); |
| 761 |
|
|
| 762 |
// Add the month-to-date details to the report table. |
// Add the month-to-date details to the report table. |
| 763 |
$rows[] = array( |
$rows[] = array( |
| 1424 |
|
|
| 1425 |
return $temp; |
return $temp; |
| 1426 |
} |
} |
|
|
|