|
|
@@ -44,7 +44,7 @@ class Route_UrlAction_ProjektyZamowieniaKosztorys extends Route_ProjektyKosztory
|
|
|
from IN7_DZIENNIK_KORESP k
|
|
|
where k.CRM_LISTA_ZASOBOW_ID = {$this->_ID_ZASOB_ZAMOWIENIE}
|
|
|
and k.ID_PROJECT = {$idProject}
|
|
|
- and k.K_TYP_KORESP = 'OUT'
|
|
|
+ and k.K_TYP_KORESP in('OUT','WEW')
|
|
|
", $key = 'ID');
|
|
|
$orders = array();
|
|
|
foreach ($ordersRaw as $r) {
|