I need to add a column to the specific price list inside the backoffice
I added a column to ps_specific_price
Overrided classes/SpecificPrice.php
Overrided AdminProductWrapper
Overrided pricing.html.twig
Now i need to change or override /themes/new-theme/js/pages/catalog/product/specific-price-form-handler.js
the renderSpecificPriceRow function
Do i need to override product.html.twig and replace themes/new-theme/public/catalog_product.bundle.js ?