Changeset 908 for trunk/Modules/Customer/Customer.php
- Timestamp:
- May 1, 2021, 10:01:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Customer/Customer.php
r901 r908 276 276 if ($Contract['File'] > 0) $Output .= 'Smlouva: <a href="'.$this->System->Link('/file?h='.$Contract['FileHash']).'">'.$Contract['BillCodeText'].'</a><br/>'; 277 277 else $Output .= 'Smlouva: '.$Contract['BillCodeText'].'<br/>'; 278 $Output .= 'Všeobecné smluvní podmínky: <a href="http ://www.zdechov.net/docs/V%C5%A1eobecn%C3%A9%20smluvn%C3%AD%20podm%C3%ADnky.pdf">PDF</a><br/>';278 $Output .= 'Všeobecné smluvní podmínky: <a href="https://www.zdechov.net/docs/V%C5%A1eobecn%C3%A9%20smluvn%C3%AD%20podm%C3%ADnky.pdf">PDF</a><br/>'; 279 279 } 280 280 }
Note:
See TracChangeset
for help on using the changeset viewer.