dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1175] lien incorrect dans l'onglet Note d'un t


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1175] lien incorrect dans l'onglet Note d'un tiers
Date: Sat, 14 Dec 2013 15:26:36 +0100

Doliforge
Is this email not displaying correctly?
update email preferences.

lien incorrect dans l'onglet Note d'un tiers

Latest modifications

2013-12-14 15:26 (Europe/Paris)
The bug has been corrected inside GIT sources
(http://www.github.com/Dolibarr/dolibarr).

So fix should be available with next stable release.
Changes:
  • Assigned to: 
NoneLaurent Destailleur (eldy)
  • Resolution: 
NoneFixed

Answer now

Snapshot

 Details
Submitted by:  Alain Rihs (AlainR) Submitted on:  2013-12-02 12:33
Last Modified On:  2013-12-13 16:56 
Summary:  lien incorrect dans l'onglet Note d'un tiers
Description:  Sur la page 'Note' d'un tiers, les 2 liens qui permettent de passer respectivement au tiers précédent et au tiers suivant sont de type "note.php?socid="
Hors si ces liens fonctionnent sous les autres onglets, il ne fonctionne pas sur cette page, les liens devant être de type "note.php?id="
Step to reproduce bug:  cf. ci-dessus
Detected in version:  3.4.1 Category:  Module: Thirdparties
Severity:  4 OS Type/Version:  
PHP version:   Database type and version:  
 Status
Status:  Open Assigned to:  Laurent Destailleur (eldy)
Resolution:  Fixed 

Comments

Laurent Destailleur 2013-12-14 15:26
The bug has been corrected inside GIT sources
(http://www.github.com/Dolibarr/dolibarr).

So fix should be available with next stable release.
Alain Rihs 2013-12-13 16:56
Oups : mon commentaire n'est pas resté. Le revoici :

La correction est à faire dans le fichier /societe/note.php ligne 92
remplacer :
print $form->showrefnav($object,'socid','',($user->societe_id?0:1),'rowid','nom');
par :
print $form->showrefnav($object,'id','',($user->societe_id?0:1),'rowid','nom');

Cordialement.
Alain Rihs 2013-12-13 16:55
There is not enough information to qualify this bug. This is
often missing information:
- What action fail (which screen, menu or button) ?
- What is the error message/behaviour or no way to reproduce the
problem with informations provided ?
- How can we reproduce problem.

So the bug is classified as "Works For Me".


reply via email to

[Prev in Thread] Current Thread [Next in Thread]