Fix business attributes in the XML structure

This commit is contained in:
Romain Neutron
2012-08-29 14:12:59 +02:00
parent 1cca981ac1
commit 7262de6b5d
2 changed files with 3 additions and 1 deletions

View File

@@ -392,6 +392,7 @@ class databox_field implements cache_cacheableInterface
$meta->setAttribute('required', $this->required ? '1' : '0');
$meta->setAttribute('multi', $this->multi ? '1' : '0');
$meta->setAttribute('report', $this->report ? '1' : '0');
$meta->setAttribute('business', $this->Business ? '1' : '0');
$meta->setAttribute('type', $this->type);
$meta->setAttribute('tbranch', $this->tbranch);
if ($this->multi) {