show_header; $view_title = $this->view_title; $redirect_to = $this->redirect_to; $data = $this->view_data; ?>

" method="post">
getInput('post_url', InputType::hidden, SITE_ADDR . 'products/receive/' . ($data ? $data['id'] : '')); if (!empty($data)) { $db = $comp_model->GetModel(); $items = $db->rawQuery("select * from stock_receipt_items where stock_receipt_id = " . $data['id']); ?>