<?php

include('../global.php');

$System->Modules['Bill']->ShowStoredBill($_GET['Id']);

?>