Parcourir la source

edit bug cumas

ifah
Siti Hajar Ibrahim il y a 5 ans
Parent
révision
06e7cd6bae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/Http/Controllers/CustomerService/CustomerController.php

+ 1
- 1
app/Http/Controllers/CustomerService/CustomerController.php Voir le fichier

@@ -565,7 +565,7 @@ class CustomerController extends Controller
$pdf->setPaper('A4', 'potrait');

if($ext1 == "pdf" || $ext2 == "pdf" || $ext3 == "pdf" || $ext4 == "pdf" || $ext5 == "pdf" || $ext6 == "pdf" ){
if($ext1 == "pdf" || $ext2 == "pdf" || $ext3 == "pdf" || $ext4 == "pdf" || $ext5 == "pdf" ){
$pdf->save(public_path().'/'.$documentPath.'/application.pdf');
$merges = PDFMerger::init();
$merges->addPDF(public_path().'/'.$documentPath.'/application.pdf', 'all');

Chargement…
Annuler
Enregistrer