/[drupal]/contributions/modules/magento/magento_products/magento_products.install
ViewVC logotype

Diff of /contributions/modules/magento/magento_products/magento_products.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1 by mtopolov, Thu Jun 25 09:53:56 2009 UTC revision 1.1.2.2 by mtopolov, Sat Aug 8 04:52:19 2009 UTC
# Line 17  function magento_products_install() { Line 17  function magento_products_install() {
17    
18          magento_products_add_field('field_weight','Weight','number_float','number');          magento_products_add_field('field_weight','Weight','number_float','number');
19          magento_products_add_field('field_price','Price','number_float','number');          magento_products_add_field('field_price','Price','number_float','number');
20            magento_products_add_field('field_actual_price','Actual price','number_float','number');
21          magento_products_add_field('field_special_price','Special Price','number_float','number');          magento_products_add_field('field_special_price','Special Price','number_float','number');
22    
23          magento_products_add_field('field_product_id','Product ID','number_integer','number');          magento_products_add_field('field_product_id','Product ID','number_integer','number');

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.3