Hi,
I want to overload the calculate made by calculateItems for the quote and salesOrder entities. I managed to do this for quote but it doesn't work for salesOrder yet salesOrder inherits all methods from Quote.
for this to work for quote I added the custom / Espo / Custom / Repositories / Quote.php file in which I overloaded the method. I tried to do the same for custom / Espo / Custom / Repositories / salesOrder.php but without success
Can you help me please.
thank you in advance
I want to overload the calculate made by calculateItems for the quote and salesOrder entities. I managed to do this for quote but it doesn't work for salesOrder yet salesOrder inherits all methods from Quote.
for this to work for quote I added the custom / Espo / Custom / Repositories / Quote.php file in which I overloaded the method. I tried to do the same for custom / Espo / Custom / Repositories / salesOrder.php but without success
Can you help me please.
thank you in advance
Comment