create rep pdf tweaks prior to multi types matrix
This commit is contained in:
@@ -9,6 +9,7 @@ import ReactPDF, {
|
||||
Font,
|
||||
} from "@react-pdf/renderer";
|
||||
import Html from "react-pdf-html";
|
||||
import { getFormCollectionByID } from "../../components/utils";
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
page: {
|
||||
@@ -96,6 +97,7 @@ export const lpaQuestionnaire_pdf = ({ docProps }) => {
|
||||
return dd + "/" + mm + "/" + yyyy;
|
||||
}
|
||||
let values = docProps;
|
||||
let appealTypeValue = getFormCollectionByID(values.appealType);
|
||||
|
||||
console.log("sdffhjdhjdjdgkj: ", values.procedureType);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user