Project

General

Profile

Actions

Anomalie #1767

closed

Some issues with contribution amount set to 0

Added by Johan Cwiklinski 9 months ago. Updated 9 months ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
01/04/2024
Due date:
% Done:

100%

Estimated time:
Version utilisée:

Description

Contribution amount is set into contribution if !empty(); and required fields on isset($this->_amount).

When trying to set "0" as contribution value; _amount property is never set; and that silently fails on contribution update, original amount is always kept.

Contribution creation with an amount of "0" should also fail but... Required fields are based on isFee() which currently returns null on creation; therefore _amount is not mandatory on creation; and value is set to NULL in database. When loading such a contribution, database value is casted, therefore NULL becomes 0 \o/

Actions #1

Updated by Johan Cwiklinski 9 months ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100
Actions #2

Updated by Johan Cwiklinski 9 months ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF