Skip to content

Commit

Permalink
Fixes for release file
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jul 6, 2023
1 parent 5496cef commit 7dab130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
npm i
npm run build
cp -r dist/react/* ../public/react
mkdir -p public/tinymce_6.4.2/tinymce/js/
cp -r node_modules/tinymce ../public/tinymce_6.4.2/tinymce/js/
cd ..
rm -rf ui
Expand Down
3 changes: 0 additions & 3 deletions app/Export/CSV/InvoiceItemExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ private function buildRow(Invoice $invoice) :array
if(!$keyval) {
$keyval = $key;
}
nlog($keyval);

if (array_key_exists($key, $transformed_invoice)) {
$entity[$keyval] = $transformed_invoice[$key];
Expand All @@ -204,8 +203,6 @@ private function buildRow(Invoice $invoice) :array
}
}

nlog($entity);

return $this->decorateAdvancedFields($invoice, $entity);
}

Expand Down

0 comments on commit 7dab130

Please sign in to comment.