FIX: Can't generate invoice pdf

This commit is contained in:
Ferran Marcet 2019-01-04 10:52:10 +01:00
parent b76c45e8d0
commit 15cc45b8ae

View File

@ -1,6 +1,7 @@
<?php <?php
/* Copyright (C) 2015-2017 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2015-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2018 Juanjo Menent <jmenent@2byte.es> * 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 * 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 * it under the terms of the GNU General Public License as published by
@ -680,6 +681,7 @@ if ($massaction == 'confirm_createbills')
} }
$id = $objecttmp->id; // For builddoc action $id = $objecttmp->id; // For builddoc action
$object = $objecttmp;
// Builddoc // Builddoc
$donotredirect = 1; $donotredirect = 1;