Ignore:
Timestamp:
Apr 12, 2024, 9:43:27 PM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Improved content of email with finance account state.
  • Added: Customer IS action to generate finance email into email queue.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Import.php

    r929 r968  
    66  {
    77    parent::__construct($System);
    8     $this->itle = 'Import plateb';
     8    $this->Title = 'Import plateb';
    99    $this->ParentClass = 'PageFinance';
    1010  }
     
    6868      array_shift($Data);
    6969      $Automatic = '';
    70       $Manual = '';
    7170      $Output = '<form action="?Operation=insert" method="post">';
    7271      $I = 0;
Note: See TracChangeset for help on using the changeset viewer.