mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
6ed65f3572
commit
1f5ba56f0f
@ -65,7 +65,7 @@ return array(
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'key' => 'a2jfy6HtBEdNtJnRSOC7vIM3UVhxZ1BB',
|
'key' => '',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -1594,7 +1594,7 @@ function displayInvoiceItems(doc, invoice, layout) {
|
|||||||
if (invoice.invoice_design_id == 1) {
|
if (invoice.invoice_design_id == 1) {
|
||||||
if (i%2 == 0) {
|
if (i%2 == 0) {
|
||||||
doc.setDrawColor(255,255,255);
|
doc.setDrawColor(255,255,255);
|
||||||
doc.setFillColor(245,245,245);
|
doc.setFillColor(246,246,246);
|
||||||
doc.rect(left, top, width-left, newTop-top, 'FD');
|
doc.rect(left, top, width-left, newTop-top, 'FD');
|
||||||
|
|
||||||
doc.setLineWidth(0.3);
|
doc.setLineWidth(0.3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user