Fix example comment typo

This commit is contained in:
Ahmad M. Zawawi
2017-09-16 10:53:16 +03:00
parent 4e7e6cc658
commit 5fd7cdff5c
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ $db->begin();
require_once(DOL_DOCUMENT_ROOT."/contrat/class/contrat.class.php");
// Create invoice object
// Create contract object
$obj = new Contrat($db);
$obj->socid=$argv[1];