Move class from external project as internal class (project is dead)

This commit is contained in:
Laurent Destailleur 2020-03-13 02:32:33 +01:00
parent f07d228537
commit 94589158c0
3 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
evalmath.class.php
==================
Version 1.0
Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann
This repository is cloned for two reasons:
1. To allow downloading the code without signing in to phpclasses.org.
2. To add very small improvements to the code.

View File

@ -20,7 +20,7 @@
* \ingroup product
* \brief File of class to calculate prices using expression
*/
require_once DOL_DOCUMENT_ROOT.'/includes/evalmath/evalmath.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/evalmath.class.php';
require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_expression.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_global_variable.class.php';