replace update_pj by update_receipt
This commit is contained in:
parent
305d8d4f1f
commit
9c774701ba
6 changed files with 7 additions and 7 deletions
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue