Bug : ODS save each time a template
This commit is contained in:
parent
f007a1292b
commit
021e5fbe9b
1 changed files with 1 additions and 1 deletions
|
|
@ -2090,7 +2090,7 @@ class Acc_Ledger extends jrn_def_sql
|
|||
$this->internal = $internal;
|
||||
// Save now the predef op
|
||||
//------------------------
|
||||
if (isset ($opd_name)){
|
||||
if (isset ($opd_name) && trim($opd_name) != "" ){
|
||||
$opd = new Pre_Op_Advanced($this->db);
|
||||
$opd->get_post();
|
||||
$opd->save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue