Skip to content

Commit

Permalink
Remove pdf export format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremin Michael committed Aug 7, 2018
1 parent 233e940 commit 68f8c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/CrudExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static function fileFormats()
'ods' => Yii::t('crud', 'Open Document Format') . ' (*.ods)',
'csv' => Yii::t('crud', 'CSV (delimiter - comma)') . ' (*.csv)',
'htm' => Yii::t('crud', 'Web page') . ' (*.htm)',
//'pdf' => Yii::t('crud', 'Adobe acrobat PDF') . ' (*.pdf)',
];
}

Expand Down

0 comments on commit 68f8c06

Please sign in to comment.