123
chenjingwu
2024-04-23 17dd473b4b6aeaaef24bb4cf68df9746b074a2ba
force-app/main/default/pages/MaintenanceProductData.page
@@ -1647,13 +1647,12 @@
                                <td class="dataCell"> 
                                    {!muMap[key][0].AmountWithheld__c}
                                </td>
                                <td></td>
                                <td>
                                    1
                                </td>
                            </tr>
                            <apex:repeat value="{!muMap[key]}" var="mu" id="bb2" first="1">
                                <tr>
                                    <td class="dataCell">
                                        {!muMap[key][0].ProductName__c}
                                    </td>
                                <td class="dataCell">
                                    {!mu.AgeLimit__c}
                                </td>
@@ -1663,7 +1662,9 @@
                                <td class="dataCell">
                                    {!mu.AmountWithheld__c}
                                </td>
                                <td></td>
                                <td>
                                    1
                                </td>
                            </tr>
                            </apex:repeat>
                        </apex:repeat>