mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Hide export PDF option
This commit is contained in:
parent
bee27dbb69
commit
cf24e11f14
@ -573,7 +573,7 @@
|
|||||||
var options = [
|
var options = [
|
||||||
new ExportFormatModel('csv', 'CSV'),
|
new ExportFormatModel('csv', 'CSV'),
|
||||||
new ExportFormatModel('xlsx', 'XLSX'),
|
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) {
|
if (['{{ ENTITY_INVOICE }}', '{{ ENTITY_QUOTE }}', '{{ ENTITY_EXPENSE }}', '{{ ENTITY_DOCUMENT }}'].indexOf(self.report_type()) >= 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user