Skip to content

Commit

Permalink
add uii to 7.1.2. and 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jul 23, 2012
1 parent e6e62eb commit dff153e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
'name' => 'customer',
'label' => 'Main Customer',
)),
new DGS_field( array(
'type' => 'text',
'name' => 'uii',
'label' => 'Unique Investment Identifier',
)),
)
)),

Expand Down Expand Up @@ -139,6 +144,11 @@
'name' => 'customer',
'label' => 'Main Customer',
)),
new DGS_field( array(
'type' => 'text',
'name' => 'uii',
'label' => 'Unique Investment Identifier',
)),
)
)),

Expand Down

0 comments on commit dff153e

Please sign in to comment.