1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Bug fixes

This commit is contained in:
Hillel Coren 2014-03-10 00:31:46 +02:00
parent 6ed65f3572
commit 1f5ba56f0f
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ return array(
|
*/
'key' => 'a2jfy6HtBEdNtJnRSOC7vIM3UVhxZ1BB',
'key' => '',
/*
|--------------------------------------------------------------------------

View File

@ -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);