// Merge -> revision 8851

This commit is contained in:
rMalie
2011-09-28 16:03:30 +00:00
parent 6424bf8541
commit fe96631b7b
8 changed files with 38 additions and 15 deletions
+12
View File
@@ -2603,10 +2603,22 @@ class AdminProducts extends AdminTab
</tr>';
}
else
{
echo '<tr>
<td colspan="2">'.$this->l('The stock management is disabled').'</td>
</tr>';
echo '
<tr>
<td class="col-left">'.$this->l('Minimum quantity:').'</td>
<td style="padding-bottom:5px;">
<input size="3" maxlength="6" name="minimal_quantity" id="minimal_quantity" type="text" value="'.($this->getFieldValue($obj, 'minimal_quantity') ? $this->getFieldValue($obj, 'minimal_quantity') : 1).'" />
<p>'.$this->l('The minimum quantity to buy this product (set to 1 to disable this feature)').'</p>
</td>
</tr>
';
}
echo '
<tr><td colspan="2" style="padding-bottom:5px;"><hr style="width:100%;" /></td></tr>
<tr>