mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Hide export PDF option
This commit is contained in:
parent
27f0fb9474
commit
6c1bf7534a
@ -585,9 +585,7 @@
|
||||
var options = [
|
||||
new ExportFormatModel('csv', 'CSV'),
|
||||
new ExportFormatModel('xlsx', 'XLSX'),
|
||||
@if (Utils::isSelfhost())
|
||||
new ExportFormatModel('pdf', 'PDF'),
|
||||
@endif
|
||||
//new ExportFormatModel('pdf', 'PDF'),
|
||||
]
|
||||
|
||||
if (['{{ ENTITY_INVOICE }}', '{{ ENTITY_QUOTE }}', '{{ ENTITY_EXPENSE }}', '{{ ENTITY_DOCUMENT }}'].indexOf(self.report_type()) >= 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user