[Erp5-report] r10655 - /erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_s...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Oct 11 13:06:22 CEST 2006
Author: jerome
Date: Wed Oct 11 13:06:21 2006
New Revision: 10655
URL: http://svn.erp5.org?rev=10655&view=rev
Log:
only show "internal" person. Real filtering is configuration depandant (using
function)
Modified:
erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/InvoiceTransmissionSheet_getValidAssigneeItemList.xml
Modified: erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/InvoiceTransmissionSheet_getValidAssigneeItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/InvoiceTransmissionSheet_getValidAssigneeItemList.xml?rev=10655&r1=10654&r2=10655&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/InvoiceTransmissionSheet_getValidAssigneeItemList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/InvoiceTransmissionSheet_getValidAssigneeItemList.xml Wed Oct 11 13:06:21 2006
@@ -69,7 +69,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>return [(pers.getTitle(), pers.getRelativeUrl())\n
- for pers in context.getPortalObject().person_module.contentValues()]\n
+ for pers in context.getPortalObject().person_module.searchFolder(role_id="internal")]\n
</string> </value>
</item>
<item>
More information about the Erp5-report
mailing list