mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: add payment receive & bill detail footer.
This commit is contained in:
@@ -4,8 +4,8 @@ import { CommercialDocBox } from 'components';
|
||||
|
||||
import BillDetailHeader from './BillDetailHeader';
|
||||
import BillDetailTable from './BillDetailTable';
|
||||
import { BillDetailFooter } from './BillDetailFooter';
|
||||
|
||||
import { BillDetailTableFooter } from './BillDetailTableFooter';
|
||||
import BillDetailFooter from './BillDetailFooter';
|
||||
|
||||
/**
|
||||
* Bill detail panel tab.
|
||||
@@ -15,6 +15,7 @@ export default function BillDetailTab() {
|
||||
<CommercialDocBox>
|
||||
<BillDetailHeader />
|
||||
<BillDetailTable />
|
||||
<BillDetailTableFooter />
|
||||
<BillDetailFooter />
|
||||
</CommercialDocBox>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user