Commit d45a47f1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add base_unit_price acquisition for Sale Supply Line etc.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34959 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b01a70c3
...@@ -57,7 +57,7 @@ class DefaultSupply: ...@@ -57,7 +57,7 @@ class DefaultSupply:
'portal_type' : ('Internal Supply Line',), 'portal_type' : ('Internal Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity', 'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title', 'price_currency', 'price_currency_title',
'price_precision', 'price_precision', 'base_unit_price',
'source', 'destination', 'source', 'destination',
'source_title', 'destination_title', 'source_title', 'destination_title',
'source_value', 'destination_value', 'source_value', 'destination_value',
...@@ -80,7 +80,7 @@ class DefaultSupply: ...@@ -80,7 +80,7 @@ class DefaultSupply:
'portal_type' : ('Purchase Supply Line',), 'portal_type' : ('Purchase Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity', 'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title', 'price_currency', 'price_currency_title',
'price_precision', 'price_precision', 'base_unit_price',
'source', 'destination', 'source', 'destination',
'source_title', 'destination_title', 'source_title', 'destination_title',
'source_value', 'destination_value', 'source_value', 'destination_value',
...@@ -103,7 +103,7 @@ class DefaultSupply: ...@@ -103,7 +103,7 @@ class DefaultSupply:
'portal_type' : ('Sale Supply Line',), 'portal_type' : ('Sale Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity', 'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title', 'price_currency', 'price_currency_title',
'price_precision', 'price_precision', 'base_unit_price',
'source', 'destination', 'source', 'destination',
'source_title', 'destination_title', 'source_title', 'destination_title',
'source_value', 'destination_value', 'source_value', 'destination_value',
......
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