superedit-bm_make_faktura.php 247 B

1234567891011
  1. <?php
  2. function bm_make_faktura() {
  3. Lib::loadClass('TableAcl');
  4. Lib::loadClass('UserAcl');
  5. Lib::loadClass('Billing_html');
  6. $billing = new Billing_html('931');
  7. $billing->set_client_filter = $_REQUEST['ARG1_VAL'];
  8. $billing->lista_faktur();
  9. }