diff --git a/app/Export/CSV/QuoteItemExport.php b/app/Export/CSV/QuoteItemExport.php index fb00ab918877..ad1ded90ca73 100644 --- a/app/Export/CSV/QuoteItemExport.php +++ b/app/Export/CSV/QuoteItemExport.php @@ -78,7 +78,7 @@ class QuoteItemExport extends BaseExport 'tax_name2' => 'item.tax_name2', 'tax_name3' => 'item.tax_name3', 'line_total' => 'item.line_total', - 'gross_line_total' => 'item.gross_line_total', + // 'gross_line_total' => 'item.gross_line_total', 'custom_value1' => 'item.custom_value1', 'custom_value2' => 'item.custom_value2', 'custom_value3' => 'item.custom_value3', diff --git a/app/Http/Controllers/SelfUpdateController.php b/app/Http/Controllers/SelfUpdateController.php index 55a98d42a5c6..4f14a006b04b 100644 --- a/app/Http/Controllers/SelfUpdateController.php +++ b/app/Http/Controllers/SelfUpdateController.php @@ -135,30 +135,30 @@ class SelfUpdateController extends BaseController nlog("Extracting zip"); - try{ - $s = new Snappdf; - $s->getChromiumPath(); - chmod($this->generatePlatformExecutable($s->getChromiumPath()), 0755); - } - catch(\Exception $e){ - nlog("I could not set the file permissions for chrome"); - } + // try{ + // $s = new Snappdf; + // $s->getChromiumPath(); + // chmod($this->generatePlatformExecutable($s->getChromiumPath()), 0755); + // } + // catch(\Exception $e){ + // nlog("I could not set the file permissions for chrome"); + // } - // $zipFile = new \PhpZip\ZipFile(); + $zipFile = new \PhpZip\ZipFile(); - // $zipFile->openFile($file); + $zipFile->openFile($file); - // $zipFile->extractTo(base_path()); + $zipFile->extractTo(base_path()); - // $zipFile->close(); + $zipFile->close(); - $zip = new \ZipArchive; + // $zip = new \ZipArchive; - $res = $zip->open($file); - if ($res === TRUE) { - $zip->extractTo(base_path()); - $zip->close(); - } + // $res = $zip->open($file); + // if ($res === TRUE) { + // $zip->extractTo(base_path()); + // $zip->close(); + // } nlog("Finished extracting files"); diff --git a/app/Models/Client.php b/app/Models/Client.php index 2a00e87ff2b7..7a4e00c1753b 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -666,8 +666,6 @@ class Client extends BaseModel implements HasLocalePreference $offset -= $timezone->utc_offset; $offset += ($entity_send_time * 3600); - - nlog("offset = {$offset}"); return $offset; } diff --git a/resources/views/email/template/admin.blade.php b/resources/views/email/template/admin.blade.php index 20c85757beeb..1012e5108674 100644 --- a/resources/views/email/template/admin.blade.php +++ b/resources/views/email/template/admin.blade.php @@ -117,13 +117,20 @@ - +
- + + + + + +
diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index 48d85088224d..4288ead2501c 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -94,19 +94,24 @@
- +
- + + + +
- +
@@ -120,10 +125,16 @@
+ + + + +
+ - +
@isset($signature) @@ -145,7 +156,7 @@ - +
@if(isset($company))