2
0
forked from Wavyzz/dolibarr

according to new tree directory

This commit is contained in:
Philippe Grand
2010-04-28 10:02:54 +00:00
parent cafe7fb970
commit b68a359265
78 changed files with 80 additions and 80 deletions

View File

@@ -475,7 +475,7 @@ if ($id > 0 || ! empty($ref))
{
if ($objp->description == '(CREDIT_NOTE)')
{
require_once(DOL_DOCUMENT_ROOT.'/core/discount.class.php');
require_once(DOL_DOCUMENT_ROOT.'/core/class/discount.class.php');
$discount=new DiscountAbsolute($db);
$discount->fetch($objp->fk_remise_except);
print ' - '.$langs->transnoentities("DiscountFromCreditNote",$discount->getNomUrl(0));