mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix column widths in bold design
This commit is contained in:
parent
cb99cee59d
commit
d8be149db1
@ -33,7 +33,7 @@ class InvoiceDesignsSeeder extends Seeder
|
||||
$record->id = $i + 1;
|
||||
$record->name = $design;
|
||||
}
|
||||
$record->pdfmake = $pdfmake;
|
||||
$record->pdfmake = json_encode(json_decode($pdfmake)); // remove the white space
|
||||
$record->save();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user