Skip to content

Commit

Permalink
Merge pull request #208 from shivamg9/15.0-develop
Browse files Browse the repository at this point in the history
G2P-1726: Added ERN and Program columns
  • Loading branch information
shibu-narayanan authored Mar 28, 2024
2 parents c584af4 + 364877b commit 81b3de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions g2p_programs/views/registrant_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
<field name="name" />
<field name="ern" />
<field name="code" />
<field name="program_id" />
<field name="cycle_id" />
<field name="valid_from" />
<field name="valid_until" />
Expand Down Expand Up @@ -111,7 +112,9 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
class="btn-success"
/>
<field name="name" />
<field name="ern" />
<field name="code" />
<field name="program_id" />
<field name="cycle_id" />
<field name="valid_from" />
<field name="valid_until" />
Expand Down

0 comments on commit 81b3de6

Please sign in to comment.