Ignore:
Timestamp:
Jan 5, 2009, 8:43:48 AM (16 years ago)
Author:
george
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/finance/manage.php

    r96 r132  
    1010  function Show()
    1111  {
    12     if(!$this->System->Modules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');
     12    //if(!$this->System->Modules['User']->CheckPermission('Finance', 'Manage')) return('Nemáte oprávnění');
    1313
    1414    if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = '';
     
    357357    while($Bill = $DbResult->fetch_array())
    358358    {
    359       file_put_contents('doklady/Doklad '.$Bill['id'].'.pdf', $Bill['pdf']);
     359      file_put_contents('doklady/faktura_'.$Bill['id'].'.pdf', $Bill['pdf']);
    360360      echo($Bill['id'].',');
    361361    }
Note: See TracChangeset for help on using the changeset viewer.