Changeset 888 for trunk/Modules/Finance/Bill.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Bill.php
r887 r888 6 6 public bool $Checked = false; 7 7 8 function GenerateHTML() 8 function GenerateHTML(): string 9 9 { 10 10 return ''; 11 11 } 12 12 13 function SaveToFile(string $FileName) 13 function SaveToFile(string $FileName): void 14 14 { 15 15 $PdfData = $this->HtmlToPdf($this->GenerateHTML());
Note:
See TracChangeset
for help on using the changeset viewer.