Merge pull request #14919 from frederic34/patch-4

doxygen
This commit is contained in:
Laurent Destailleur 2020-10-05 16:39:14 +02:00 committed by GitHub
commit a26f9b66f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
/* Copyright (C) 2014-2017 Olivier Geffroy <jeff@jeffinfo.com>
* Copyright (C) 2015-2017 Alexandre Spangaro <aspangaro@open-dsi.fr>
* Copyright (C) 2015-2017 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2018-2019 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -2006,8 +2006,22 @@ class BookKeepingLine
public $label_operation;
public $debit;
public $credit;
/**
* @var float Amount
* @deprecated see $amount
*/
public $montant;
public $sens;
/**
* @var float Amount
*/
public $amount;
/**
* @var string Sens
*/
public $sens;
public $lettering_code;
/**