Fix: [ bug #1416 ] Supplier order does not list document models in the select box of the supplier order card

This commit is contained in:
Marcos García de La Fuente 2014-06-09 23:38:06 +02:00
parent 6b6261a803
commit 0b73b44f34
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
English Dolibarr ChangeLog
--------------------------------------------------------------
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
Fix: [ bug #1416 ] Supplier order does not list document models in the select box of the supplier order card
***** ChangeLog for 3.5.3 compared to 3.5.2 *****
Fix: Error on field accountancy code for export profile of invoices.
Fix: [ bug #1351 ] VIES verification link broken.

View File

@ -42,6 +42,7 @@ accessforbidden();
$type=GETPOST('type', 'alpha');
$value=GETPOST('value', 'alpha');
$label = GETPOST('label','alpha');
$action=GETPOST('action', 'alpha');
$specimenthirdparty=new Societe($db);