details: /erp/devel/pi/rev/a61b8d63c966 changeset: 7998:a61b8d63c966 user: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com> date: Fri Jul 30 13:55:17 2010 +0530 summary: Fixes issue 14007: Once a Sales Order of the type 'warehouse order' is saved but not completed, the form of payment can not be updated anymore
Read Only Logic has been modified in order to resolve the issue diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 3cc59dc273be -r a61b8d63c966 src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Fri Jul 30 10:15:06 2010 +0530 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Fri Jul 30 13:55:17 2010 +0530 @@ -67812,7 +67812,7 @@ <!--4019--> <ISPARENT><![CDATA[N]]></ISPARENT> <!--4019--> <ISMANDATORY><![CDATA[Y]]></ISMANDATORY> <!--4019--> <ISUPDATEABLE><![CDATA[Y]]></ISUPDATEABLE> -<!--4019--> <READONLYLOGIC><![cda...@ordertype@='WP' | @proces...@='Y']]></READONLYLOGIC> +<!--4019--> <READONLYLOGIC><![cda...@processed@='Y']]></READONLYLOGIC> <!--4019--> <ISIDENTIFIER><![CDATA[N]]></ISIDENTIFIER> <!--4019--> <ISTRANSLATED><![CDATA[N]]></ISTRANSLATED> <!--4019--> <ISENCRYPTED><![CDATA[N]]></ISENCRYPTED> ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
