[Vtigercrm-commits] [vtiger-commits] r9178 - /vtigercrm/trunk/modules/Products/Product.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Aug 29 08:59:55 EDT 2006
Author: saraj
Date: Tue Aug 29 06:59:52 2006
New Revision: 9178
Log:
* Modified the date format in export query form alphabetical to numerical only
Modified:
vtigercrm/trunk/modules/Products/Product.php
Modified: vtigercrm/trunk/modules/Products/Product.php
==============================================================================
--- vtigercrm/trunk/modules/Products/Product.php (original)
+++ vtigercrm/trunk/modules/Products/Product.php Tue Aug 29 06:59:52 2006
@@ -531,8 +531,8 @@
vtiger_products.unit_price AS unit_price,
vtiger_products.weight AS weight,
vtiger_products.pack_size AS pack_size,
- DATE_FORMAT(vtiger_products.start_date, '%Y-%M-%D') AS start_date,
- DATE_FORMAT(vtiger_products.expiry_date, '%Y-%M-%D') AS expiry_date,
+ DATE_FORMAT(vtiger_products.start_date, '%Y-%m-%d') AS start_date,
+ DATE_FORMAT(vtiger_products.expiry_date, '%Y-%m-%d') AS expiry_date,
vtiger_products.cost_factor AS cost_factor,
vtiger_products.commissionrate AS commissionrate,
vtiger_products.commissionmethod AS commissionmethod,
@@ -571,8 +571,8 @@
vtiger_products.unit_price AS unit_price,
vtiger_products.weight AS weight,
vtiger_products.pack_size AS pack_size,
- DATE_FORMAT(vtiger_products.start_date, '%Y-%M-%D') AS start_date,
- DATE_FORMAT(vtiger_products.expiry_date, '%Y-%M-%D') AS expiry_date,
+ DATE_FORMAT(vtiger_products.start_date, '%Y-%m-%d') AS start_date,
+ DATE_FORMAT(vtiger_products.expiry_date, '%Y-%m-%d') AS expiry_date,
vtiger_products.cost_factor AS cost_factor,
vtiger_products.commissionrate AS commissionrate,
vtiger_products.commissionmethod AS commissionmethod,
More information about the vtigercrm-commits
mailing list