CHANGE_INVOICE_BOOK_DISCRIPTION_HEIGHT : AADHAVAN

This commit is contained in:
aadhavan valli 2024-05-07 15:01:37 +05:30
parent fceaa9e1cd
commit e7a5964d34

View File

@ -6,6 +6,9 @@
.blueText { .blueText {
color: blue !important; color: blue !important;
} }
textarea.form-control {
height: 37px !important;
}
</style> </style>
<?php $flag_name = $invoice_type === '1' ? " Books" : " Scheme"; ?> <?php $flag_name = $invoice_type === '1' ? " Books" : " Scheme"; ?>