fix : The property num_prelevement does not exist on Paiement

This commit is contained in:
Philippe GRAND 2022-05-21 22:41:27 +02:00
parent 7580a4c1ff
commit 526c6fcc0e

View File

@ -114,6 +114,11 @@ class Paiement extends CommonObject
*/
public $id_prelevement;
/**
* @var string num_prelevement
*/
public $num_prelevement;
/**
* @var string Name of external payment mode
*/