Chore: Reformatted everthing
Fix: Product ledger was not totalling. This is because for some reason, pydantic was sending the data as string when the field was nullable
This commit is contained in:
@@ -26,15 +26,7 @@ export class EntriesComponent implements OnInit {
|
||||
issue: FormControl<boolean>;
|
||||
}>;
|
||||
|
||||
displayedColumns = [
|
||||
'date',
|
||||
'voucherType',
|
||||
'narration',
|
||||
'debitNames',
|
||||
'creditNames',
|
||||
'amount',
|
||||
'user',
|
||||
];
|
||||
displayedColumns = ['date', 'voucherType', 'narration', 'debitNames', 'creditNames', 'amount', 'user'];
|
||||
|
||||
posted: boolean | null = null;
|
||||
issue = false;
|
||||
|
||||
Reference in New Issue
Block a user