CORPORATION: Fix "Use same 'Sell Amount' for all cities" toggle for products (#775)

This commit is contained in:
Caldwell
2023-09-12 10:31:51 +02:00
committed by GitHub
parent d2b3659512
commit bf5e638891
3 changed files with 19 additions and 26 deletions

View File

@@ -7138,7 +7138,7 @@ export interface WarehouseAPI {
* @param productName - Name of the product
* @param amt - Amount to sell, can be "MAX"
* @param price - Price to sell, can be "MP"
* @param all - Sell in all city
* @param all - Set sell amount and price in all cities
*/
sellProduct(
divisionName: string,