foreach ($rop_suspended_providers as $provider) {
                        if (in_array(get_provider_info_by_id($row['providerid'], 'title'), $suspended) && get_provider_info_by_id($row['providerid'], 'title') == $provider['orgname']) {
                            echo $provider['reason'];
                        }
                    }
                    ?>
                            </td>

                        </tr>

                    <?php 
                }
            } else {
                if (in_array(get_provider_info_by_id($row['providerid'], 'title'), $suspended)) {
                    $values[] = $row['providerid'];
                    if ($row['providerid'] != 0 && get_month($month) == get_month(date('m', date_to_seconds($row['datereceived'])))) {
                        $values[] = $row['providerid'];
                        ?>
                            <tr>
                                <td><?php 
                        echo get_bid_invitation_info($row['bid_id'], 'procurement_ref_no');
                        ?>
</td>
                                <td><?php 
                        echo get_bid_invitation_info($row['bid_id'], 'procurement_method');
                        ?>
</td>
                                <td style="text-align: right;"><?php 
                        echo get_bid_invitation_info($row['bid_id'], 'procurement_value');
                        ?>
</td>
Esempio n. 2
0
</span>
                                    </td>
                                </tr>

                                <tr>
                                    <td>final acceptance</td>
                                    <td><?php 
echo substr(get_procurement_plan_entry_info($entry_id, 'final_acceptance'), 0, 10);
?>
<br><small><b>Duration</b>: <?php 
echo get_procurement_plan_entry_info($entry_id, 'final_acceptance_duration');
?>
 day(s)</small></td>
                                    <td>
                                        <span class=""><?php 
echo days_time_left(get_procurement_plan_entry_info($entry_id, 'final_acceptance_duration') * 60 * 60 * 60 + date_to_seconds(get_procurement_plan_entry_info($entry_id, 'final_acceptance')));
?>
</span>
                                    </td>
                                </tr>



                                </tbody>
                            </table>
                        </div>
                    </div>

                </div>