parent
ec16b25bb4
commit
42ad46e7a9
|
|
@ -41,7 +41,7 @@ error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
|
||||||
* In production mode, flash messages redirect after a time interval.
|
* In production mode, flash messages redirect after a time interval.
|
||||||
* In development mode, you need to click the flash message to continue.
|
* In development mode, you need to click the flash message to continue.
|
||||||
*/
|
*/
|
||||||
Configure::write('debug', 1);
|
Configure::write('debug', 0);
|
||||||
|
|
||||||
Configure::write('version', '1.0.1');
|
Configure::write('version', '1.0.1');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ class DATABASE_CONFIG {
|
||||||
'persistent' => false,
|
'persistent' => false,
|
||||||
'host' => '172.17.0.1',
|
'host' => '172.17.0.1',
|
||||||
'login' => 'cmc',
|
'login' => 'cmc',
|
||||||
'password' => 'cmc',
|
'password' => 'xVRQI&cA?7AU=hqJ!%au',
|
||||||
'database' => 'cmc',
|
'database' => 'cmc',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -928,7 +928,7 @@ EOT;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$subject = $this->po_email_subject($document['PurchaseOrder']);
|
$this->Email->subject = $this->po_email_subject($document['PurchaseOrder']);
|
||||||
$this->Email->to = $this->email_format($primary_contact['User']['email']);
|
$this->Email->to = $this->email_format($primary_contact['User']['email']);
|
||||||
$this->Email->replyTo = null;
|
$this->Email->replyTo = null;
|
||||||
$this->Email->cc = null;
|
$this->Email->cc = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue