predefined operation , invalid value for database::setp

This commit is contained in:
Dany De Bontridder 2018-12-17 18:04:44 +01:00
parent 8e7dc4f38a
commit 7faeb862c1

View file

@ -248,7 +248,7 @@ class Pre_Op_Advanced extends Pre_operation_detail
if ($poste->value != '')
{
$Poste = new Acc_Account($legder->db);
$Poste->set_parameter('value', $poste->value);
$Poste->set_parameter('pcm_val', $poste->value);
$label = $Poste->get_lib();
}