Skip to content

Commit

Permalink
FIX: Can't generate invoice pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarcet committed Jan 4, 2019
1 parent b76c45e commit 15cc45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/core/actions_massactions.inc.php
@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2015-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2018 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2019 Ferran Marcet <fmarcet@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -680,6 +681,7 @@
}

$id = $objecttmp->id; // For builddoc action
$object = $objecttmp;

// Builddoc
$donotredirect = 1;
Expand Down

0 comments on commit 15cc45b

Please sign in to comment.