mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Hide export PDF option
This commit is contained in:
parent
bee27dbb69
commit
cf24e11f14
@ -573,7 +573,7 @@
|
||||
var options = [
|
||||
new ExportFormatModel('csv', 'CSV'),
|
||||
new ExportFormatModel('xlsx', 'XLSX'),
|
||||
new ExportFormatModel('pdf', 'PDF'),
|
||||
//new ExportFormatModel('pdf', 'PDF'),
|
||||
]
|
||||
|
||||
if (['{{ ENTITY_INVOICE }}', '{{ ENTITY_QUOTE }}', '{{ ENTITY_EXPENSE }}', '{{ ENTITY_DOCUMENT }}'].indexOf(self.report_type()) >= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user