Hide export PDF option
This commit is contained in:
parent
27f0fb9474
commit
6c1bf7534a
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue