Fix column widths in bold design

This commit is contained in:
Hillel Coren 2017-12-21 09:10:07 +02:00
parent cb99cee59d
commit d8be149db1

View File

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