oms-Billing/Theme/Cli/bill-parsed.tpl.php
2023-05-28 12:19:03 +00:00

4 lines
103 B
PHP
Executable File

<?php declare(strict_types=1);
echo \json_encode($this->getData('bill') ?? null, \JSON_PRETTY_PRINT);