Skip to content

Commit

Permalink
Merge pull request #530 from kotsios5/master
Browse files Browse the repository at this point in the history
fix status on new product
  • Loading branch information
neo22s authored Nov 16, 2016
2 parents d078d91 + 2ff27b3 commit 5250af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/views/oc-panel/pages/products/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class="accordion-body collapse <?=($cats[$key]['seoname']==Core::get('category')
<div class="">
<div class="checkbox ">
<label>
<input type="checkbox" name="status" value="" checked="checked"> &nbsp; <?=__('Active')?>?
<input type="checkbox" name="status" checked="checked"> &nbsp; <?=__('Active')?>?
</label>
</div>
</div>
Expand Down

0 comments on commit 5250af2

Please sign in to comment.