Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
814621275e
@ -1756,8 +1756,8 @@ abstract class CommonInvoice extends CommonObject
|
|||||||
if ($this->ref_client) {
|
if ($this->ref_client) {
|
||||||
$complementaryinfo .= '/20/'.$this->ref_client;
|
$complementaryinfo .= '/20/'.$this->ref_client;
|
||||||
}
|
}
|
||||||
if ($this->thirdparty->vat_number) {
|
if ($this->thirdparty->tva_intra) {
|
||||||
$complementaryinfo .= '/30/'.$this->thirdparty->vat_number;
|
$complementaryinfo .= '/30/'.$this->thirdparty->tva_intra;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C) 2010-2014 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2010-2014 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
||||||
* Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es>
|
* Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es>
|
||||||
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
* Copyright (C) 2018-2022 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -1567,7 +1567,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
|||||||
'border-left' => false, // remove left line separator
|
'border-left' => false, // remove left line separator
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!empty($conf->global->MAIN_GENERATE_ORDERS_WITH_PICTURE)) {
|
if (!empty($conf->global->MAIN_GENERATE_SUPPLIER_ORDER_WITH_PICTURE)) {
|
||||||
$this->cols['photo']['status'] = true;
|
$this->cols['photo']['status'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user