ti2-tourplan 1.0.44 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -723,7 +723,7 @@ class Plugin {
|
|
|
723
723
|
});
|
|
724
724
|
return {
|
|
725
725
|
message: R.path(['AddServiceReply', 'Status'], replyObj)
|
|
726
|
-
=== 'NO' ? 'Service cannot be added to quote
|
|
726
|
+
=== 'NO' ? 'Service cannot be added to quote for the requested date/stay. (e.g. no rates, block out period, on request, minimum stay etc.)' : '',
|
|
727
727
|
quote: {
|
|
728
728
|
id: R.path(['AddServiceReply', 'BookingId'], replyObj),
|
|
729
729
|
reference: R.path(['AddServiceReply', 'Ref'], replyObj),
|