dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [Bug #1750] Erroneous last modifications on admin/fa


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1750] Erroneous last modifications on admin/facture.php
Date: Tue, 23 Dec 2014 13:46:11 +0100

Doliforge
Ce message ne s'affiche pas correctement?
mettez à jour vos préférences utilisateur.

Erroneous last modifications on admin/facture.php

Dernières modifications

23/12/2014 13:46 (Africa/Algiers)
The bug should be fixed into last stable version.
You can download last stable version onto
http://www.dolibarr.org/downloads/

Répondre

État

 Détails
Submitted on:  21/12/2014 14:05 Last Modified On:  23/12/2014 11:08
Submitted by:  Bahfir Abbes (bafbes) 
Summary:  Erroneous last modifications on admin/facture.php
Description:  It is no longer possible to select the invoice document model
Step to reproduce bug:  Here is the diff of the correction:

@@ -500,12 +501,11 @@ print "</tr>\n";
clearstatcache();

$var=true;
-foreach ($def as $reldir)
+foreach ($conf->file->dol_document_root as $dirroot)
{
foreach (array('','/doc') as $valdir)
{
- $dir = dol_buildpath($reldir."core/modules/facture".$valdir);
-
+ $dir = $dirroot ."/core/modules/facture".$valdir;
if (is_dir($dir))
{
$handle=opendir($dir);
Detected in version:  3.6.0 Category:  Module: Customer Invoices
Severity:  5 - Major OS Type/Version:  
PHP version:   Database type and version:  
 Etat
Status:  Need more info Assigned to:  Aucun
Resolution:  Aucun 

Commentaires

Bahfir Abbes 23/12/2014 13:46
The bug should be fixed into last stable version.
You can download last stable version onto
http://www.dolibarr.org/downloads/
Marcos García 23/12/2014 11:08
Are you sure? I've attached a screenshot in order for you to check that it is working for me...
Bahfir Abbes 23/12/2014 09:49
Hello,

The invoice configuration page at htdocs/admin/facture.php does not show the invoice documents models present in the htdocs/core/modules/facture/doc directory.
Marcos García 22/12/2014 22:08
Sorry, can you please explain a little bit more the problem? What are you trying to do and what is the expected result?


reply via email to

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