mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Move class from external project as internal class (project is dead)
This commit is contained in:
parent
f07d228537
commit
94589158c0
|
|
@ -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.
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user