Comment out calling of callback when JO is created. #737
This commit is contained in:
parent
c9a362cd8f
commit
12482db255
1 changed files with 2 additions and 2 deletions
|
|
@ -383,8 +383,8 @@ class JobOrderController extends APIController
|
||||||
$em->flush();
|
$em->flush();
|
||||||
|
|
||||||
// send callback
|
// send callback
|
||||||
$old_status = null;
|
//$old_status = null;
|
||||||
$jo_callback->sendJOStatusCallback($jo, $old_status, $jo->getStatus());
|
//$jo_callback->sendJOStatusCallback($jo, $old_status, $jo->getStatus());
|
||||||
|
|
||||||
// make invoice json data
|
// make invoice json data
|
||||||
$invoice_data = [
|
$invoice_data = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue