Passed
Push — master ( 81503f...20c2ed )
by Andreas
29:08
created
lib/org/openpsa/invoices/handler/invoice/view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 
93 93
             // sending per email enabled in billing data?
94 94
             $billing_data = org_openpsa_invoices_billing_data_dba::get_by_object($this->invoice);
95
-            if (    !$this->invoice->sent && intval($billing_data->sendingoption) == 2) {
95
+            if (!$this->invoice->sent && intval($billing_data->sendingoption) == 2) {
96 96
                 $buttons[] = $workflow->get_button(
97 97
                     $this->router->generate('invoice_send_by_mail', ['guid' => $this->invoice->guid]),
98 98
                     [
Please login to merge, or discard this patch.