Ignore:
Timestamp:
08/29/19 20:06:06 (5 years ago)
Author:
nanardon
Message:

Add la-dump: allow to dump in vrious format (xml only at time

File:
1 edited

Legend:

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

    r2267 r2278  
    246246                        'filefmt=s'  => \my $filefmt, 
    247247                        'recur'      => \my $recur, 
     248                        'subotype=s' => \my @SubOtype, 
    248249                    }, @_ 
    249250                ); 
     
    279280                            empty_attr => $empty_attr, 
    280281                            only_rw => !$with_ro, 
     282                            SubOtype => \@SubOtype, 
    281283                        } ); 
    282284                    } 
Note: See TracChangeset for help on using the changeset viewer.