mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Ensure paid to date stamp is not included in design
This commit is contained in:
parent
d267dc1f09
commit
5dcb65c17b
@ -62,6 +62,7 @@ class Statement
|
||||
}
|
||||
|
||||
$variables = $html->generateLabelsAndValues();
|
||||
$variables['values']['$show_paid_stamp'] = 'none'; //do not show paid stamp on statement
|
||||
|
||||
$state = [
|
||||
'template' => $template->elements([
|
||||
|
Loading…
Reference in New Issue
Block a user