Bugzilla – Attachment 118980 Details for
Bug 26459
Allow sip_cli_emulator to handle cancelling holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26459: (follow-up) Clarify language and remove duplicated code
Bug-26459-follow-up-Clarify-language-and-remove-du.patch (text/plain), 1.31 KB, created by
Nick Clemens (kidclamp)
on 2021-03-29 18:52:40 UTC
(
hide
)
Description:
Bug 26459: (follow-up) Clarify language and remove duplicated code
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-03-29 18:52:40 UTC
Size:
1.31 KB
patch
obsolete
>From 99504e3d3b0145547dc239aac4cf93cc169f7cbc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 29 Mar 2021 18:51:59 +0000 >Subject: [PATCH] Bug 26459: (follow-up) Clarify language and remove duplicated > code > >--- > misc/sip_cli_emulator.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index 657847fd59..3044b044b4 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -494,7 +494,7 @@ sub build_checkin_command_message { > sub build_hold_command_message { > my ($params) = @_; > >- my $hold_mode = $params->{hold_mode} || '+'; >+ my $hold_mode = $params->{hold_mode}; > my $transaction_date = $params->{transaction_date}; > my $expiration_date = $params->{expiration_date}; > my $pickup_location = $params->{pickup_location}; >@@ -641,7 +641,7 @@ Options: > --fee-identifier Fee identifier for Fee Paid message, optional > --transaction-id Transaction id for Fee Paid message, optional > --pickup-location Pickup location (branchcode) for Hold message, optional >- --hold-mode Accepts +: Add hold or -:cancel hold, defaults to + >+ --hold-mode Accepts "+" to add hold or "-" to cancel hold, defaults to + > > -m --message SIP2 message to execute > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26459
:
110071
|
113066
|
118980
|
119026
|
119027