replace update_pj by update_receipt

This commit is contained in:
Dany wm 2024-10-12 18:06:06 +02:00 committed by sparkyx
parent 305d8d4f1f
commit 9c774701ba
6 changed files with 7 additions and 7 deletions

View file

@ -896,7 +896,7 @@ class Acc_Ledger extends jrn_def_sql
$add_js="";
if ($g_parameter->MY_PJ_SUGGEST !='N')
{
$add_js="update_pj();";
$add_js="update_receipt();";
}
if ($g_parameter->MY_DATE_SUGGEST=='Y')
{