Commit 40261159 authored by Jérome Perrin's avatar Jérome Perrin

Remove obscure comments from docstring

parent a4426e1a
...@@ -102,9 +102,8 @@ class AccountingTransactionLine(DeliveryLine): ...@@ -102,9 +102,8 @@ class AccountingTransactionLine(DeliveryLine):
""" """
The price is set to 1.0 because we do not want to implement The price is set to 1.0 because we do not want to implement
automatic currency conversion in accounting. Users must define the automatic currency conversion in accounting. Users must define the
conversion manually in accounting. This is required by accounting conversion manually in accounting. One can not account USD (in a EUR
law. One can not account USD (in a EUR based company) without based company) without defining the equivalent in EUR.
defining the equivalent in EUR.
""" """
return 1.0 return 1.0
...@@ -114,9 +113,8 @@ class AccountingTransactionLine(DeliveryLine): ...@@ -114,9 +113,8 @@ class AccountingTransactionLine(DeliveryLine):
""" """
The price is set to 1.0 because we do not want to implement The price is set to 1.0 because we do not want to implement
automatic currency conversion in accounting. Users must define the automatic currency conversion in accounting. Users must define the
conversion manually in accounting. This is required by accounting conversion manually in accounting. One can not account USD (in a EUR
law. One can not account USD (in a EUR based company) without based company) without defining the equivalent in EUR.
defining the equivalent in EUR.
""" """
return 1.0 return 1.0
......
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