Skip to content

Commit

Permalink
tweak(CRM): force ods export language as en
Browse files Browse the repository at this point in the history
  • Loading branch information
sstamer committed Jun 19, 2024
1 parent 8edd551 commit 46be468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Crm/Export/Ods.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Crm_Export_Ods extends Tinebase_Export_Spreadsheet_Ods
*/
public function __construct(Tinebase_Model_Filter_FilterGroup $_filter, Tinebase_Controller_Record_Interface $_controller = NULL, $_additionalOptions = array())
{
Tinebase_Core::setLocale('en_US');
parent::__construct($_filter, $_controller, $_additionalOptions);

$this->_specialFields = Crm_Export_Helper::getSpecialFields();
Expand Down

0 comments on commit 46be468

Please sign in to comment.