// Fix null values ...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11726 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-22 23:20:30 +00:00
parent eee9c0dbf0
commit a337f004c1
41 changed files with 178 additions and 161 deletions
+7 -7
View File
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<entity_hook>
<fields id="name" class="Hook">
<field name="name"/>
<field name="title"/>
<field name="description"/>
<field name="live_edit"/>
<field name="is_native"/>
</fields>
<entities>
<hook id="displayPayment" live_edit="1" is_native="0">
<name>displayPayment</name>
@@ -439,4 +432,11 @@
<description>Display extra informations inside the "my account" block</description>
</hook>
</entities>
<fields id="name" class="Hook">
<field name="name"/>
<field name="title"/>
<field name="description"/>
<field name="live_edit"/>
<field name="is_native"/>
</fields>
</entity_hook>