mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Partial Fix to # Invoice footer displaying everything on one line despite the fact that it is entered with a new lines under settings, Partially Fixes #300. Fixes the HTML Part but not the PDF part yet
This commit is contained in:
@@ -339,7 +339,7 @@ if(isset($_GET['quote_id'])){
|
||||
|
||||
<hr class="d-none d-print-block mt-5">
|
||||
|
||||
<center class="d-none d-print-block"><?php echo $config_quote_footer; ?></center>
|
||||
<center class="d-none d-print-block" style="white-space:pre-line"><?php echo $config_quote_footer; ?></center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user