e4
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -120,7 +120,7 @@ class pdfModel extends Model | ... | @@ -120,7 +120,7 @@ class pdfModel extends Model |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | $idstylesPDF = DB::table('stylesPDF')->insertGetId( | 122 | $idstylesPDF = DB::table('stylesPDF')->insertGetId( |
| 123 | array('label' => $change->label, 'style' => 'a:3:{s:11:"font-family";s:11:"TradeGothic";s:9:"font-size";s:2:"14";s:10:"font-color";s:14:"cmyk 0 0 0.5 0";}') | 123 | array('label' => $change->label, 'style' => $change->style) |
| 124 | ); | 124 | ); |
| 125 | 125 | ||
| 126 | $idchangesPDF = DB::table('changesPDF')->insertGetId( | 126 | $idchangesPDF = DB::table('changesPDF')->insertGetId( | ... | ... |
-
Please register or sign in to post a comment