Merge branch 'Purchase_Invoice_Management' of https://git.marcoaiot.com/admin/marco.pms.web into Purchase_Invoice_Management

This commit is contained in:
Kartik Sharma 2025-12-11 10:39:36 +05:30
commit ab34ea63fa

View File

@ -225,7 +225,7 @@ const ProjectPage = () => {
)} )}
</div> </div>
{HasManageProject && ( {(HasManageProject || !coreProjects) && (
<button <button
type="button" type="button"
className="btn btn-primary btn-sm d-flex align-items-center my-2" className="btn btn-primary btn-sm d-flex align-items-center my-2"