1
0
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:
Hillel Coren 2019-02-28 09:26:33 +02:00
parent bee27dbb69
commit cf24e11f14

View File

@ -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) {