mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-06-11 02:51:49 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0085f69534 | |||
| 89a6312761 | |||
| b756006c0a | |||
| 7061031cd9 | |||
| 2e99a7b2f7 |
@@ -1524,6 +1524,13 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
</span>
|
||||
);
|
||||
}
|
||||
if (showTotalPrice) {
|
||||
return (
|
||||
<span className='text-sm text-gray-600 whitespace-nowrap'>
|
||||
(total harga: {totalPrice})
|
||||
</span>
|
||||
);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ const ReportDepreciationTab = ({ tabId }: ReportDepreciationTabProps) => {
|
||||
'IDR',
|
||||
'id-ID',
|
||||
0,
|
||||
10
|
||||
2
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ const ReportDepreciationTab = ({ tabId }: ReportDepreciationTabProps) => {
|
||||
'IDR',
|
||||
'id-ID',
|
||||
0,
|
||||
10
|
||||
2
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user