mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update FPDFI to support FPDF 1.6 and fix bug in FPDFI
This commit is contained in:
parent
f53f3989c1
commit
1a49a4b254
|
|
@ -3,6 +3,18 @@ This file describe changes made on external library after beeing included
|
|||
in Dolibarr root.
|
||||
|
||||
|
||||
|
||||
FPDF:
|
||||
-----
|
||||
* All changes were added in fpdf.php file and marked with tag DOLCHANGE
|
||||
|
||||
|
||||
FPDFI and FPDF_TPL:
|
||||
-------------------
|
||||
* Added the include FPDF at beginning of fpdf_tpl.php
|
||||
* Replaced all sprintf(%0.2f) by sprintf(%0.2F) (Fix bug)
|
||||
|
||||
|
||||
PHP-BARCODE:
|
||||
------------
|
||||
If files are replaced by new version, following changes must be done:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user