File diff 57d1c880665b → 6fa39f685829
stockcli/stock.py
Show inline comments
 
@@ -60,7 +60,7 @@ def get_info_by_barcode(barcode: str) ->
 
        stock_quantity_unit["name"],
 
    )
 

	
 
    stock_amount = product["stock_amount"]
 
    stock_amount = int(product["stock_amount"])
 
    grid.add_row(GreenBoldText("Overall Stock Amount:"), str(stock_amount))
 

	
 
    if stock_amount > 0: