forked from Wavyzz/dolibarr
Fix: move module class to your own directory
This commit is contained in:
@@ -67,7 +67,7 @@ print 'Argument 2='.$argv[2]."\n";
|
||||
// Start of transaction
|
||||
$db->begin();
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/product/product.class.php");
|
||||
|
||||
// Create instance of object
|
||||
$myproduct=new Product($db);
|
||||
|
||||
Reference in New Issue
Block a user