forked from Wavyzz/dolibarr
according to new tree directory
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user