Skip to content

Commit

Permalink
Merge pull request #183 from magento-vanilla/PR
Browse files Browse the repository at this point in the history
[Vanilla] Bug fixes
  • Loading branch information
vpelipenko committed Mar 20, 2015
2 parents ee4bc2d + 45a99b0 commit 3c74e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</field>
<field name="region" source="eav" formElement="input" visible="false"/>

<field name="postcode" source="eav" formElement="post_code_fix" >
<field name="postcode" source="eav" formElement="post_code" >
<constraints>
<validate name="required-entry"/>
</constraints>
Expand Down
2 changes: 1 addition & 1 deletion lib/web/mage/backend/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define([
$.widget('mage.notification', {
options: {
templates: {
global: '<div class="messages"><div class="message <%- if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
global: '<div class="messages"><div class="message <% if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
}
},

Expand Down

0 comments on commit 3c74e6b

Please sign in to comment.