-
-
-
+
+
{/if}
{/block}
\ No newline at end of file
diff --git a/controllers/admin/AdminStockInstantStateController.php b/controllers/admin/AdminStockInstantStateController.php
index 5dc0b6f8e..c0649f3e4 100644
--- a/controllers/admin/AdminStockInstantStateController.php
+++ b/controllers/admin/AdminStockInstantStateController.php
@@ -75,19 +75,22 @@ class AdminStockInstantStateControllerCore extends AdminController
),
'physical_quantity' => array(
'title' => $this->l('Physical quantity'),
- 'width' => 80,
+ 'class' => 'fixed-width-xs',
+ 'align' => 'center',
'orderby' => true,
'search' => false
),
'usable_quantity' => array(
'title' => $this->l('Usable quantity'),
- 'width' => 80,
+ 'class' => 'fixed-width-xs',
+ 'align' => 'center',
'orderby' => true,
'search' => false,
),
'real_quantity' => array(
'title' => $this->l('Real quantity'),
- 'width' => 80,
+ 'class' => 'fixed-width-xs',
+ 'align' => 'center',
'orderby' => false,
'search' => false,
'hint' => $this->l('Physical quantity (usable) - Client orders + Supply Orders'),
diff --git a/controllers/admin/AdminStockMvtController.php b/controllers/admin/AdminStockMvtController.php
index e9fd5be3b..685016b41 100644
--- a/controllers/admin/AdminStockMvtController.php
+++ b/controllers/admin/AdminStockMvtController.php
@@ -67,7 +67,6 @@ class AdminStockMvtControllerCore extends AdminController
),
'sign' => array(
'title' => $this->l('Sign'),
- 'width' => 100,
'align' => 'center',
'type' => 'select',
'filter_key' => 'a!sign',
@@ -79,15 +78,16 @@ class AdminStockMvtControllerCore extends AdminController
-1 => 'remove_stock.png',
1 => 'add_stock.png'
),
+ 'class' => 'fixed-width-xs'
),
'physical_quantity' => array(
'title' => $this->l('Quantity'),
- 'filter_key' => 'a!physical_quantity'
+ 'align' => 'center',
+ 'filter_key' => 'a!physical_quantity',
+ 'class' => 'fixed-width-sm'
),
'price_te' => array(
'title' => $this->l('Price (tax excl.)'),
- 'width' => 70,
- 'align' => 'right',
'type' => 'price',
'currency' => true,
'filter_key' => 'a!price_te'
@@ -102,7 +102,6 @@ class AdminStockMvtControllerCore extends AdminController
),
'date_add' => array(
'title' => $this->l('Date'),
- 'align' => 'right',
'type' => 'datetime',
'filter_key' => 'a!date_add'
),