Commit 3096e378 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add Accounting Movement Types into the result of getPortalMovementTyepList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34610 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 90dc1634
......@@ -823,6 +823,7 @@ class ERP5Site(FolderMixIn, CMFSite):
list(self.getPortalDeliveryMovementTypeList()) +
list(self.getPortalInvoiceMovementTypeList()) +
list(self.getPortalTaxMovementTypeList()) +
list(self.getPortalAccountingMovementTypeList()) +
['Simulation Movement'])
security.declareProtected(Permissions.AccessContentsInformation,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment