add jud try sa s. walaon lang sa future jud kung naay conflict. matrack raman sab ang nachange dre.

This commit is contained in:
Pongot, Jophiel 2024-01-11 02:27:35 +08:00
parent 9608309827
commit 218564987d
2 changed files with 3 additions and 1 deletions

View file

@ -186,7 +186,7 @@ export default function TransactionPDF(props: props) {
style={{ textDecoration: "underline" }}
>{`${props.transaction.borrower.course}`}</Text>{" "}
{"\n"}
{/* Section: <Text style={{ textDecoration: "underline" }}>{props.transaction.section}</Text> */}
Section: <Text style={{ textDecoration: "underline" }}>{props.transaction.section}</Text>
</Text>
</View>
</View>

View file

@ -110,6 +110,7 @@ export type UserType = {
};
export type TransactionType = {
section: string;
additional_members: string;
id: number;
borrower: {
@ -144,6 +145,7 @@ export type TransactionCreateType = {
consumables: string;
transaction_status: string;
additional_members: string;
section: string;
};
export type TransactionUpdateType = {