Changeset 727 for trunk/Common


Ignore:
Timestamp:
Jan 6, 2015, 12:02:36 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Errors with periodic finance invoice generation.
  • Fixed: In case of generating of incoming invoice wrong outgoing DocumentLine was used.
  • Added: Show related bank accounts in Subject view.
  • Added: Check if htmldoc is installed in OS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r705 r727  
    385385}
    386386
     387function CommandExist($Command)
     388{
     389  $Result = shell_exec('which '.$Command);
     390  return(!empty($Result));
     391}
     392
    387393function RemoveDiacritic($Text)
    388394{
Note: See TracChangeset for help on using the changeset viewer.