Change bulk edit stock quantity field type to number

This commit is contained in:
Illimar Tambek 2013-08-08 09:21:20 +03:00
parent 5a1cc2362e
commit 372fd1137d
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
</span> </span>
</label> </label>
<label class="alignright"> <label class="alignright">
<input type="text" name="_stock" class="text stock" placeholder="<?php _e( 'Stock Qty', 'woocommerce' ); ?>" value=""> <input type="number" name="_stock" class="text stock" placeholder="<?php _e( 'Stock Qty', 'woocommerce' ); ?>" step="any" value="">
</label> </label>
</div> </div>