Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
added "weight" custom column for the orders grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mage-eag committed Jun 11, 2015
1 parent da500cf commit 4497568
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/code/community/BL/CustomGrid/etc/customgrid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,14 @@
<order_field>customer_dob</order_field>
</model_params>
</customer_dob>

<weight model="customgrid/custom_column_order_base" module="customgrid">
<name>Weight</name>
<allow_renderers>1</allow_renderers>
<model_params>
<order_field>weight</order_field>
</model_params>
</weight>
</custom_columns>
</sales_order>

Expand Down
1 change: 1 addition & 0 deletions app/locale/fr_FR/BL_CustomGrid.csv
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@
"Varien_Object Collection","Collection de Varien_Object"
"View Grids Informations","Voir les informations des grilles"
"Visible","Visible"
"Weight","Poids"
"Width","Largeur"
"Wildcard for single character","Wildcard pour un seul caractère"
"Wildcard for multiple characters","Wildcard pour de multiples caractères"
Expand Down

0 comments on commit 4497568

Please sign in to comment.