Dolibarr ERP & CRM » Bugs » bug #1026 change index.php to list.php in fourn/factureDernières modifications
Répondre
État Détails |
Last Modified On: | 08/08/2013 02:15 | | Submitted by: | David A. G. (braito) |
Submitted on: | 07/08/2013 10:27 | |
Summary: | change index.php to list.php in fourn/facture |
Description: | in line 158 should be:
header('Location: list.php'); |
Step to reproduce bug: | |
Version: | 3.4.0 | | Category: | Other |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Open | | Assigned to: | Aucun |
Resolution: | Fixed | |
Commentaires- Andriolo Hubert 20/08/2013 19:11
- Which Bug is corrected ?
Because it creates another bug... on 3.4
STEP 1 : http://demo.dolibarr.org/fourn/fiche.php?socid=312
STEP 2 : clic on >>>
Les 5 dernières factures fournisseurs >>> Toutes les factures (19)
it points to the URL :
http://demo.dolibarr.org/fourn/facture/list.php?socid=312
instead of pointing to the right URL :
http://demo.dolibarr.org/fourn/facture/index.php?socid=312
I report it here because it should be reverted or Fixed, but "don't-know-how" !
Cheers ;)
- Laurent Destailleur 08/08/2013 02:15
- The bug has been corrected inside GIT sources
(http://www.github.com/Dolibarr/dolibarr).
So fix should be available with next stable release. |
|
Because it creates another bug... on 3.4
STEP 1 : http://demo.dolibarr.org/fourn/fiche.php?socid=312
STEP 2 : clic on >>>
Les 5 dernières factures fournisseurs >>> Toutes les factures (19)
it points to the URL :
http://demo.dolibarr.org/fourn/facture/list.php?socid=312
instead of pointing to the right URL :
http://demo.dolibarr.org/fourn/facture/index.php?socid=312
I report it here because it should be reverted or Fixed, but "don't-know-how" !
Cheers ;)