details: /erp/devel/pi-user/rev/8da0829ca059 changeset: 6484:8da0829ca059 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon Mar 01 15:53:03 2010 +0100 summary: [user] Added isLocked='N' in reference data
diffstat: src-db/database/sourcedata/referencedData/AD_USER.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 859f981c2a0f -r 8da0829ca059 src-db/database/sourcedata/referencedData/AD_USER.xml --- a/src-db/database/sourcedata/referencedData/AD_USER.xml Thu Feb 25 10:52:37 2010 +0100 +++ b/src-db/database/sourcedata/referencedData/AD_USER.xml Mon Mar 01 15:53:03 2010 +0100 @@ -8,6 +8,7 @@ <!--0--> <NAME><![CDATA[System]]></NAME> <!--0--> <SUPERVISOR_ID><![CDATA[100]]></SUPERVISOR_ID> <!--0--> <USERNAME><![CDATA[System]]></USERNAME> +<!--0--> <ISLOCKED><![CDATA[N]]></ISLOCKED> <!--0--></AD_USER> <!--100--><AD_USER> @@ -20,6 +21,7 @@ <!--100--> <EMAILUSER><![CDATA[info]]></EMAILUSER> <!--100--> <FIRSTNAME><![CDATA[Openbravo]]></FIRSTNAME> <!--100--> <USERNAME><![CDATA[Openbravo]]></USERNAME> +<!--100--> <ISLOCKED><![CDATA[N]]></ISLOCKED> <!--100--></AD_USER> </data> ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
