Modified:
branches/bmas-staging/ui/gwt/www/resources/interface/Practices.module.xml
Log:
+ practice NPI number, correct EIN maximum length
Modified: branches/bmas-staging/ui/gwt/www/resources/interface/Practices.module.xml
===================================================================
--- branches/bmas-staging/ui/gwt/www/resources/interface/Practices.module.xml 2010-02-08 16:22:54 UTC (rev 5026)
+++ branches/bmas-staging/ui/gwt/www/resources/interface/Practices.module.xml 2010-02-08 18:31:06 UTC (rev 5027)
@@ -32,7 +32,8 @@
<Element field="zipa" title="Postal Code" type="TEXT" options="10" />
<Element field="phonea" title="Phone #" type="TEXT" options="20" />
<Element field="faxa" title="Facsimile #" type="TEXT" options="20" />
- <Element field="ein" title="Employer Identification Number" type="TEXT" options="50" />
+ <Element field="ein" title="Employer Identification Number" type="TEXT" options="16" />
+ <Element field="pracnpi" title="NPI #" type="TEXT" options="32" />
<Element field="email" title="Email" type="TEXT" options="45" />
<Element field="cellular" title="Cellular Phone #" type="TEXT" options="20" />
<Element field="pager" title="Beeper / Pager #" type="TEXT" options="20" />