Changeset 2360 for trunk


Ignore:
Timestamp:
05/26/20 18:01:01 (4 years ago)
Author:
nanardon
Message:

Fix data attribute formating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r2357 r2360  
    459459            } 
    460460 
    461             my $text = join('\n', $template->_get_attributes('data')); 
     461            my $text = join("\n", $template->_get_attributes('data')); 
    462462            my %tdata = LATMOS::Accounts::Utils::parse_obj_text($text || ''); 
    463463 
Note: See TracChangeset for help on using the changeset viewer.