Skip to content

Commit

Permalink
Merge #3752
Browse files Browse the repository at this point in the history
3752: fix price list report r=jeremielodi a=mbayopanda

This PR fix the price list pdf report generation.

Close #3750 

Co-authored-by: mbayopanda <mbayopanda@gmail.com>
  • Loading branch information
bors[bot] and mbayopanda committed Jun 3, 2019
2 parents fc69b92 + b4471b5 commit 9880ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/prices/templates/action.cell.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</li>

<li>
<a data-method="edit-print" target="_blank" href="/prices/report/{{row.entity.uuid}}?{{grid.appScope.download()}}">
<a data-method="edit-print" target="_blank" href="/prices/report/{{row.entity.uuid}}?{{grid.appScope.download('pdf')}}">
<i class="fa fa-print"></i>
<span translate>FORM.BUTTONS.PRINT</span>
</a>
Expand Down

0 comments on commit 9880ae8

Please sign in to comment.