Fix alignement on TakePOS receipt

This commit is contained in:
Laurent Destailleur 2019-03-28 20:33:41 +01:00
parent 2996965c50
commit 458ef4df34

View File

@ -59,6 +59,17 @@ $object->fetch($facid);
?> ?>
<html> <html>
<body> <body>
<style>
.right {
text-align: right;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
</style>
<center> <center>
<font size="4"> <font size="4">
<?php echo '<b>'.$mysoc->name.'</b>';?> <?php echo '<b>'.$mysoc->name.'</b>';?>