Skip to content

Commit

Permalink
Merge pull request #1821 from sadlyblue/patch-5
Browse files Browse the repository at this point in the history
[-] BO : Fix #PSCSX-2070, Product Associations in Multistore
  • Loading branch information
gRoussac committed May 22, 2014
2 parents fa7e635 + 6f2e92d commit 2d5a3c6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,7 +31,7 @@
</div>
<div class="form-group">
<label class="control-label col-lg-3" for="category_block">
{include file="controllers/products/multishop/checkbox.tpl" field="associated-categories-tree" type="category_box"}
{include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"}
{l s='Associated categories'}
</label>
<div class="col-lg-9">
Expand Down Expand Up @@ -106,4 +106,4 @@
<button type="submit" name="submitAddproduct" class="btn btn-default pull-right"><i class="process-icon-save"></i> {l s='Save'}</button>
<button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right"><i class="process-icon-save"></i> {l s='Save and stay'}</button>
</div>
</div>
</div>

0 comments on commit 2d5a3c6

Please sign in to comment.