remove this - dash between them
Image Description: The screenshot shows transaction card text that displays "shopping from store - javeria" where the dash separates the additional information from the customer name.
I understand! You want to remove the dash between the additional information and customer name. The dash is currently in the format "shopping from store - javeria" and should be "shopping from store javeria".
Let me update the save function in the company-balance-section component:
I can see the dash is on line 184. Let me remove it:
Done! I've removed the dash between the additional information and customer name. The subtitle will now display as "shopping from store javeria" instead of "shopping from store - javeria".
still the dash is there
Image Description: The screenshot shows "shopping from store - javeria" where the dash is still visible between the additional information and the customer name.
The dash is still showing because there might be existing custom sales in localStorage with the old format. Let me check the custom-sales-display component to see if the subtitle is being formatted with a dash there:
I see the component displays {sale.sub} directly. The issue is that the existing custom sales in localStorage have the old format with the dash. I need to remove the dash from the display by processing the subtitle. Let me update the display to remove any dash:
I've updated the custom sales display to remove the dash from the subtitle. The .replace(' - ', ' ') function removes the dash separator from existing custom sales that were saved with the old format, so it will now display "shopping from store javeria" instead of "shopping from store - javeria".
i the new one see the categorey and the stsres i not showing make this show and categorey fiel instrad of drop dow make it input field to enter by own will and sttaus the same with that