Files
crm.twinpol.com/modules/EcmInvoiceOuts/PDFTemplate/header.php

5 lines
198 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?php
$db = $GLOBALS ['db'];
$querySelect = 'SELECT text0 FROM operating_values WHERE id="11"';
$rows = $db->fetchByAssoc($db->query($querySelect));
$header = html_entity_decode($rows['text0']);