mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01: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 (i%2 == 0) {
|
||||
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.setLineWidth(0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user