dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [Bug #1925] Link invoice to order is not working


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1925] Link invoice to order is not working
Date: Wed, 29 Apr 2015 17:15:16 +0200

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

Link invoice to order is not working

Dernières modifications

29/04/2015 17:15 (Europe/Paris)
I tested this change on my own erp instance and it works.

have fun

Répondre

État

 Détails
Submitted on:  29/04/2015 17:08 Last Modified On:  29/04/2015 17:14
Submitted by:  Philippe (pheno) 
Summary:  Link invoice to order is not working
Description:  Dolibarr displayed a blank line instead of order ref after linking an order to an invoice
Step to reproduce bug:  On an invoice, choose option link to link an order to the current invoice.

List of available orders for the third party are well displayed.

Select one order and validate.

Detected in version:  3.7.0 Category:  Module: Supplier Invoice
Severity:  5 - Major OS Type/Version:  
PHP version:   Database type and version:  sql8.modules
 Etat
Status:  Open Assigned to:  Aucun
Resolution:  Aucun 

Commentaires

Philippe 29/04/2015 17:15
I tested this change on my own erp instance and it works.

have fun
Philippe 29/04/2015 17:13
To fix the issue, please change line#827 in htdocs\fourn\facture\card.php

from

$result = $object->add_object_linked('commande', GETPOST('linkedOrder'));

to

$result = $object->add_object_linked('order_supplier', GETPOST('linkedOrder'));
Philippe 29/04/2015 17:12
The bug has been corrected. Pull request send inside GIT sources
(http://www.github.com/Dolibarr/dolibarr) and waiting to merge
into develop branch.


reply via email to

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