Dolibarr ERP & CRM » Bugs » bug #1026 change index.php to list.php in fourn/factureLatest modifications
Answer now
Snapshot Details |
Submitted by: | David A. G. (braito) | | Submitted on: | 2013-08-07 10:27 |
Last Modified On: | 2013-08-20 19:11 | |
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: | develop | | Category: | Other |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | None |
Resolution: | Fixed | |
Comments- Laurent Destailleur 2013-08-24 23:27
- Bug was only into dev so i revert into 3.4
- Andriolo Hubert 2013-08-20 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 2013-08-08 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. |
|
3.4.0→ develop