Skip to content

Commit

Permalink
add coala book keeping export
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby committed Jan 25, 2016
1 parent c286c4c commit 71c407e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/accountancy/admin/export.php
Expand Up @@ -206,7 +206,8 @@
print '<td>';
$listmodelcsv=array(
'1'=>$langs->trans("Modelcsv_normal"),
'2'=>$langs->trans("Modelcsv_CEGID")
'2'=>$langs->trans("Modelcsv_CEGID"),
'3'=>$langs->trans("Modelcsv_COALA")
);
print $form->selectarray("modelcsv",$listmodelcsv,$conf->global->ACCOUNTING_EXPORT_MODELCSV,0);

Expand Down

0 comments on commit 71c407e

Please sign in to comment.