systopia / de.systopia.contract

Contracts extension
GNU Affero General Public License v3.0
0 stars 4 forks source link

#17027 Contract Create: set ch_annual_diff only if notset or empty #47

Closed jojowork closed 2 years ago

jojowork commented 2 years ago

This change prevents overwriting of the API-Parameter custom_ch_annual_diff for an Call to Contract.Create. If you have explicitly set custom_ch_annual_diff you don't want it to be overwritten internally.

jojowork commented 2 years ago

I removed the second condition. Now the value can also be set to 0

jojowork commented 2 years ago

i found a workaround and the possible side effects are unclear. So I close the ticket.