// Add default quantity in BackOffice order
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13277 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -834,7 +834,7 @@
|
||||
</div>
|
||||
<div id="attributes_list">
|
||||
</div>
|
||||
<p><label for="qty">{l s='Quantity:'}</label><input type="text" name="qty" id="qty"/> <b>{l s='In stock:'}</b> <span id="qty_in_stock"></span></p>
|
||||
<p><label for="qty">{l s='Quantity:'}</label><input type="text" name="qty" id="qty" value="1" /> <b>{l s='In stock:'}</b> <span id="qty_in_stock"></span></p>
|
||||
<div class="margin-form">
|
||||
<p><input type="submit" onclick="addProduct();return false;" class="button" id="submitAddProduct" value="{l s='Add to cart'}"/></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user