PHP8.2 deprecated: dynamic properties + cosmetic menu

This commit is contained in:
sparkyx 2025-11-17 11:41:43 +01:00
parent 5bfffcce97
commit 3d2c9c53cf
4 changed files with 17 additions and 10 deletions

View file

@ -38,7 +38,9 @@ class Anc_Balance_Double extends Anc_Print
*
* \return string
*/
public $from_poste2;
public $to_poste2;
public $pa_id2;
function display_html ()
{
if ($this->pa_id == $this->pa_id2) throw new Exception(_("Pas de croisement avec un seul plan"),1000);