Id. |
Item Name |
Indent Ref No |
Indent Date |
Indent Qty |
Remarks |
Status |
' . getItemWithFormName($row2['item_id']) . '
';
$item_unit_id = getTableFieldValue('tbl_items', 'unit_id', 'item_id', $row2['item_id']);
$item_unit = getTableFieldValue(' unit_master', 'unit_name', 'unit_id', $item_unit_id);
$item_qty = $item_qty . ' ' . $row2['indent_qty'] . ' ' . $item_unit . '
';
}
?>
|
|
|
|
|
|
|
}
?>