Ignore:
Timestamp:
06/05/20 12:16:02 (4 years ago)
Author:
nanardon
Message:

Add OCHelper for Address and Employment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-create

    r2383 r2385  
    119119 
    120120            $ochelper->Automate($info) or 
    121                 die "Cannot create object (not enough information ?)\n"; 
     121                die "Cannot create object:" . LATMOS::Accounts::Log::lastmessage() . "\n"; 
     122 
     123            $labase->commit; 
     124            $LA->call_batch_sync; 
     125 
     126            return 1; 
    122127        }  
    123128    } 
Note: See TracChangeset for help on using the changeset viewer.