// Bugs fix (Collection, SQL optimizations, Backoffice interfaces improvement, ...) + update db_settings_extends.sql for base datas relative to available quantities and suppliers
This commit is contained in:
@@ -103,7 +103,7 @@ class StatsBestProducts extends ModuleGrid
|
||||
),
|
||||
array(
|
||||
'id' => 'quantity',
|
||||
'header' => $this->l('Available Quantity for sale'),
|
||||
'header' => $this->l('Available quantity for sale'),
|
||||
'dataIndex' => 'quantity',
|
||||
'width' => 150,
|
||||
'align' => 'right'
|
||||
|
||||
@@ -259,7 +259,7 @@ class StatsProduct extends ModuleGraph
|
||||
<tr>
|
||||
<th>'.$this->l('Ref.').'</th>
|
||||
<th>'.$this->l('Name').'</th>
|
||||
<th>'.$this->l('Available Quantity for sale').'</th>
|
||||
<th>'.$this->l('Available quantity for sale').'</th>
|
||||
</tr>
|
||||
</thead><tbody>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user