Skip to content

Commit

Permalink
Исправление. Выставление валюты при редактировании Заказ поставщику
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorenko-dmitriy committed Apr 10, 2019
1 parent be1b5c1 commit 3a478aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/www/app/pages/doc/ordercust.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function __construct($docid = 0, $basedocid = 0) {

$this->docform->notes->setText($this->_doc->notes);
$this->docform->document_date->setDate($this->_doc->document_date);
$this->docform->document_currency->setValue($headerdata['currency_id']);
$this->docform->customer->setKey($this->_doc->customer_id);
$this->docform->customer->setText($this->_doc->customer_name);

Expand Down

0 comments on commit 3a478aa

Please sign in to comment.