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