details: https://code.openbravo.com/erp/devel/pi/rev/1ea48d91d141 changeset: 17756:1ea48d91d141 user: Naiara Martinez <naiara.martinez <at> openbravo.com> date: Thu Aug 23 11:42:29 2012 +0200 summary: fixed bug 21434: Change label 'Commission only specified Orders' for 'Based on Sales Rep.'
diffstat: src-db/database/sourcedata/AD_ELEMENT.xml | 4 ++-- src-db/database/sourcedata/AD_FIELD.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (26 lines): diff -r 39098d52307f -r 1ea48d91d141 src-db/database/sourcedata/AD_ELEMENT.xml --- a/src-db/database/sourcedata/AD_ELEMENT.xml Thu Aug 23 14:41:24 2012 +0200 +++ b/src-db/database/sourcedata/AD_ELEMENT.xml Thu Aug 23 11:42:29 2012 +0200 @@ -9071,8 +9071,8 @@ <!--1573--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--1573--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--1573--> <COLUMNNAME><![CDATA[CommissionOrders]]></COLUMNNAME> -<!--1573--> <NAME><![CDATA[Commission only specified Orders]]></NAME> -<!--1573--> <PRINTNAME><![CDATA[Commission Orders]]></PRINTNAME> +<!--1573--> <NAME><![CDATA[Based on Sales Rep.]]></NAME> +<!--1573--> <PRINTNAME><![CDATA[Based on Sales Rep.]]></PRINTNAME> <!--1573--> <DESCRIPTION><![CDATA[Commission only Orders or Invoices, where this Sales Rep is entered]]></DESCRIPTION> <!--1573--> <HELP><![CDATA[Sales Reps are entered in Orders and Invoices. If selected, only Orders and Invoices for this Sales Reps are included in the calculation of the commission.]]></HELP> <!--1573--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> diff -r 39098d52307f -r 1ea48d91d141 src-db/database/sourcedata/AD_FIELD.xml --- a/src-db/database/sourcedata/AD_FIELD.xml Thu Aug 23 14:41:24 2012 +0200 +++ b/src-db/database/sourcedata/AD_FIELD.xml Thu Aug 23 11:42:29 2012 +0200 @@ -59065,7 +59065,7 @@ <!--4578--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--4578--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--4578--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--4578--> <NAME><![CDATA[Commission only specified Orders]]></NAME> +<!--4578--> <NAME><![CDATA[Based on Sales Rep.]]></NAME> <!--4578--> <DESCRIPTION><![CDATA[Commission only Orders or Invoices, where this Sales Rep is entered]]></DESCRIPTION> <!--4578--> <HELP><![CDATA[Sales Reps are entered in Orders and Invoices. If selected, only Orders and Invoices for this Sales Reps are included in the calculation of the commission.]]></HELP> <!--4578--> <ISCENTRALLYMAINTAINED><![CDATA[Y]]></ISCENTRALLYMAINTAINED> ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
