mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for QR Codes
This commit is contained in:
parent
7f056f292f
commit
29ceb1f131
@ -105,7 +105,7 @@ class SwissQrGenerator
|
|||||||
// Add payment reference
|
// Add payment reference
|
||||||
// This is what you will need to identify incoming payments.
|
// This is what you will need to identify incoming payments.
|
||||||
|
|
||||||
if(stripos($this->invoice->number, "Live-") === 0)
|
if(stripos($this->invoice->number, "Live") === 0)
|
||||||
{
|
{
|
||||||
// we're currently in preview status. Let's give a dummy reference for now
|
// we're currently in preview status. Let's give a dummy reference for now
|
||||||
$invoice_number = "123456789";
|
$invoice_number = "123456789";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user