mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: remove blank files
This commit is contained in:
@@ -545,7 +545,6 @@ export default class PaymentReceivesController extends BaseController {
|
||||
includeOptionals: false,
|
||||
}
|
||||
);
|
||||
console.log(req.params);
|
||||
|
||||
try {
|
||||
await this.paymentReceiveApplication.notifyPaymentByMail(
|
||||
|
||||
@@ -18,6 +18,7 @@ export interface IJournalReportQuery {
|
||||
|
||||
export interface IJournalReportEntriesGroup {
|
||||
id: string;
|
||||
date: Date;
|
||||
dateFormatted: string;
|
||||
entries: IJournalEntry[];
|
||||
currencyCode: string;
|
||||
|
||||
@@ -141,11 +141,11 @@ export const GeneralLedgerSheetExportMenu = () => {
|
||||
);
|
||||
// Handle csv export button click.
|
||||
const handleCsvExportBtnClick = () => {
|
||||
csvExport().then(() => {});
|
||||
csvExport();
|
||||
};
|
||||
// Handle xlsx export button click.
|
||||
const handleXlsxExportBtnClick = () => {
|
||||
xlsxExport().then(() => {});
|
||||
xlsxExport();
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user