mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Minor fixes for QR Codes
This commit is contained in:
parent
7f056f292f
commit
29ceb1f131
@ -105,7 +105,7 @@ class SwissQrGenerator
|
||||
// Add payment reference
|
||||
// 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
|
||||
$invoice_number = "123456789";
|
||||
|
Loading…
Reference in New Issue
Block a user