Commit fa7113c9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo. potral -> portal.

parent bbe6fa45
...@@ -59,7 +59,7 @@ search_kw = dict(\n ...@@ -59,7 +59,7 @@ search_kw = dict(\n
section_uid=context.getSourceSectionUid(),\n section_uid=context.getSourceSectionUid(),\n
payment_uid=context.getSourcePaymentUid(),\n payment_uid=context.getSourcePaymentUid(),\n
resource_uid=context.getPriceCurrencyUid(),\n resource_uid=context.getPriceCurrencyUid(),\n
node_category_uid=portal.potral_categories.account_type.asset.cash.bank.getUid(),\n node_category_uid=portal.portal_categories.account_type.asset.cash.bank.getUid(),\n
# group_by=(\'parent_uid\', ), # The limit is not applied on the number of payment transactions, but on the number of lines (to simplify setting aggregate relation).\n # group_by=(\'parent_uid\', ), # The limit is not applied on the number of payment transactions, but on the number of lines (to simplify setting aggregate relation).\n
\n \n
# we have \'aggregate/payment_transaction_module/xxx\' in sub_variation_text if the line is already grouped.\n # we have \'aggregate/payment_transaction_module/xxx\' in sub_variation_text if the line is already grouped.\n
......
28 29
\ No newline at end of file \ No newline at end of file
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