mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[BUG] Invalid Input Can't create room in WuBook
This commit is contained in:
@@ -137,8 +137,8 @@ class WuBookAdapter(AbstractComponent):
|
|||||||
descriptions,
|
descriptions,
|
||||||
boards,
|
boards,
|
||||||
int(rtype),
|
int(rtype),
|
||||||
min_price, # Issue limit for min_price and max_price is they have to be higher than 5
|
# min_price, # Issue limit for min_price and max_price is they have to be higher than 5
|
||||||
max_price,
|
# max_price,
|
||||||
)
|
)
|
||||||
if rcode != 0:
|
if rcode != 0:
|
||||||
raise ChannelConnectorError(_("Can't create room in WuBook"), {
|
raise ChannelConnectorError(_("Can't create room in WuBook"), {
|
||||||
|
|||||||
Reference in New Issue
Block a user