Remove issue_date when creating a new Invoice from an OA. Closes #98
This commit is contained in:
parent
4a12dbe2e6
commit
5c9a8d3093
|
|
@ -244,7 +244,6 @@ class DocumentsController extends AppController {
|
|||
$sourceDoc = $this->Document->find('first', array('conditions' => array('Document.id' => $source_document_id)));
|
||||
if($sourceDoc['Document']['type'] == 'orderAck') {
|
||||
$oa_attribues = array(
|
||||
'issue_date',
|
||||
'ship_via',
|
||||
'fob',
|
||||
'estimated_delivery'
|
||||
|
|
|
|||
Loading…
Reference in a new issue