diff --git a/templates/battery/list.html.twig b/templates/battery/list.html.twig index 71f8f9b0..28fe3a32 100644 --- a/templates/battery/list.html.twig +++ b/templates/battery/list.html.twig @@ -83,14 +83,16 @@ title: 'ID', width: 30 }, + /* { field: 'mfg_name', title: 'Manufacturer', width: 150 }, + */ { field: 'model_name', - title: 'Model', + title: 'Brand', width: 150 }, { @@ -98,14 +100,16 @@ title: 'Size', width: 100 }, + /* { field: 'prod_code', title: 'Product Code', width: 150 }, + */ { field: 'warr_private', - title: 'Personal Wty.', + title: 'Private Wty.', width: 170 }, { @@ -115,7 +119,7 @@ }, { field: 'sell_price', - title: 'SRP' + title: 'Price' }, { field: 'Actions',