Skip to content

Commit

Permalink
Merge pull request #3803 in SW/shopware from sw-15512/5.2/fix-corrupt…
Browse files Browse the repository at this point in the history
…-document-store to 5.2

* commit '56dc8c3bd008a11181fb6efa22617a1fc13b95dd':
  SW-15512 - Fix document store references
  • Loading branch information
bcremer committed Jun 29, 2016
2 parents 150696c + 56dc8c3 commit 00b9303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/Backend/ExtJs/backend/config/view/form/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Ext.define('Shopware.apps.Config.view.form.Document', {
xtype: 'config-element-select',
valueField: 'name',
displayField: 'description',
store: 'form.Number',
store: 'Shopware.apps.Config.store.form.Number',
fieldLabel: '{s name=document/detail/numbers_label}Numbers{/s}'
},{
name: 'template',
Expand Down

0 comments on commit 00b9303

Please sign in to comment.