Skip to content

Commit

Permalink
#21: Move admin-menu name to a language file
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Dec 23, 2019
1 parent a35c08b commit a754371
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,13 @@ Changes in 3.3.3, 2019-12-23 (lat9)
[BUGFIX] Correct no admin-menu entry on a "fresh" install.
[BUGFIX] Correct 'goods' value when the store doesn't display prices with tax (the tax was incorrectly being removed from the price).
[BUGFIX] Correct suggested CSV-download filename (didn't include the .csv extension).
[BUGFIX] Move admin-menu name to a language-based sub-directory.

Modified:
/YOUR_ADMIN/includes/classes/sales_report.php
/YOUR_ADMIN/includes/extra_datafiles/sales_report_filenames.php
/YOUR_ADMIN/includes/functions/extra_functions/stats_sales_report.php
/YOUR_ADMIN/includes/languages/english/extra_definitions/sales_report_menu_name.php (added)

=====================================
Sponsored by Destination ImagiNation, Inc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@
//////////////////////////////////////////////////////////
// $Id: sales_report_filenames.php 93 2006-07-24 13:32:02Z BlindSide $
*/

define('FILENAME_STATS_SALES_REPORT', 'stats_sales_report');
define('BOX_REPORTS_SALES_REPORT', 'Sales Report');
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/*
//////////////////////////////////////////////////////////
// SALES REPORT //
// //
// By Frank Koehl (PM: BlindSide) //
// //
// Powered by Zen-Cart (www.zen-cart.com) //
// Portions Copyright (c) 2006 The Zen Cart Team //
// //
// Released under the GNU General Public License //
// available at www.zen-cart.com/license/2_0.txt //
// or see "license.txt" in the downloaded zip //
//////////////////////////////////////////////////////////
// DESCRIPTION: The name of the sales report file. //
// You should not ever have to edit this file. //
//////////////////////////////////////////////////////////
// $Id: sales_report_filenames.php 93 2006-07-24 13:32:02Z BlindSide $
*/
define('BOX_REPORTS_SALES_REPORT', 'Sales Report');

0 comments on commit a754371

Please sign in to comment.