コード例 #1
0
ファイル: LMSHtmlReceipt.php プロジェクト: Akheon23/lms
 public function __construct($smarty)
 {
     parent::__construct($smarty, 'receipts', 'receipt' . DIRECTORY_SEPARATOR . 'receiptheader.html');
 }
コード例 #2
0
ファイル: LMSHtmlDebitNote.php プロジェクト: Akheon23/lms
 public function __construct($smarty)
 {
     parent::__construct($smarty, 'notes', 'note' . DIRECTORY_SEPARATOR . 'noteheader.html');
 }