mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 21:24:29 -04:00
Remove logging
This commit is contained in:
parent
84347eb583
commit
c57c40aa27
@ -107,8 +107,6 @@ class SwissQrGenerator
|
|||||||
|
|
||||||
if(strlen($this->company->present()->besr_id()) > 1)
|
if(strlen($this->company->present()->besr_id()) > 1)
|
||||||
{
|
{
|
||||||
nlog("i have a besr");
|
|
||||||
|
|
||||||
$referenceNumber = QrBill\Reference\QrPaymentReferenceGenerator::generate(
|
$referenceNumber = QrBill\Reference\QrPaymentReferenceGenerator::generate(
|
||||||
$this->company->present()->besr_id() ?: '', // You receive this number from your bank (BESR-ID). Unless your bank is PostFinance, in that case use NULL.
|
$this->company->present()->besr_id() ?: '', // You receive this number from your bank (BESR-ID). Unless your bank is PostFinance, in that case use NULL.
|
||||||
$this->invoice->number// A number to match the payment with your internal data, e.g. an invoice number
|
$this->invoice->number// A number to match the payment with your internal data, e.g. an invoice number
|
||||||
@ -123,7 +121,6 @@ class SwissQrGenerator
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
||||||
nlog("i have no besr");
|
|
||||||
$qrBill->setPaymentReference(
|
$qrBill->setPaymentReference(
|
||||||
QrBill\DataGroup\Element\PaymentReference::create(
|
QrBill\DataGroup\Element\PaymentReference::create(
|
||||||
QrBill\DataGroup\Element\PaymentReference::TYPE_NON
|
QrBill\DataGroup\Element\PaymentReference::TYPE_NON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user