Commit 678c3cb7 authored by Romain Courteaud's avatar Romain Courteaud

Remove useless global variable.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3713 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4a47c137
......@@ -39,9 +39,6 @@ class Invoice(AccountingTransaction):
isPortalContent = 1
isRADContent = 1
# Global variables
_transaction_line_portal_type = 'Sale Invoice Transaction Line'
# Declarative security
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.View)
......
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