Commit 522f62c5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-02-10 yo

* Add base_unit_price into the mapped values of Sale Supply Line and Purchase Supply Line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 601aff4e
......@@ -63,7 +63,7 @@ context.setMappedValuePropertyList([\n
\'discount_ratio\', \'exclusive_discount_ratio\',\n
\'surcharge_ratio\', \'variable_additional_price\',\n
\'non_discountable_additional_price\',\n
\'priced_quantity\',\n
\'priced_quantity\', \'base_unit_price\',\n
])\n
</string> </value>
</item>
......
......@@ -63,7 +63,7 @@ context.setMappedValuePropertyList([\n
\'discount_ratio\', \'exclusive_discount_ratio\',\n
\'surcharge_ratio\', \'variable_additional_price\',\n
\'non_discountable_additional_price\',\n
\'priced_quantity\',\n
\'priced_quantity\', \'base_unit_price\',\n
])\n
</string> </value>
</item>
......
2010-02-10 yo
* Add base_unit_price into the mapped values of Sale Supply Line and Purchase Supply Line.
2010-02-09 yo
* Base_viewPDMFieldLibrary/my_base_unit_price simply reuses Base_viewFieldLibrary/my_base_unit_price now.
......
445
\ No newline at end of file
446
\ 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