Commit fb36abd6 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_payroll: add src__ parameter to PaySheetTransaction_getYearToDateBaseContributionTotalPrice

parent 79aa7760
......@@ -40,7 +40,7 @@ params = {
'simulation_state' : ['stopped', 'delivered'],
'precision' : paysheet.getPriceCurrencyValue().getQuantityPrecision(),
'parent_base_contribution_uid' : base_contribution_uid_list,
#'src__' : 1
'src__' : src__,
}
return portal_simulation.getInventoryAssetPrice(**params)
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>paysheet=None, base_contribution_list=None</string> </value>
<value> <string>paysheet=None, base_contribution_list=None, src__=0</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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