Ignore:
Timestamp:
Jul 18, 2010, 9:58:35 AM (14 years ago)
Author:
Sam Habiel
Message:

Updated version numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/m/BSDX34.m

    r874 r888  
    11BSDX34  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/15/10 12:37pm
    2         ;;1.3;IHS WINDOWS SCHEDULING;;NOV 01, 2007
    3     ;
    4     ; Change Log:
    5     ; July 10 2010:
     2        ;;1.3T1;BSDX;;Jul 18, 2010
     3           ;
     4           ; Change Log:
     5           ; July 10 2010:
    66        ; CANCLIN AND RBCLIN: Dates passed in FM format for i18n
    77        ;
     
    2828        ;Used in generating cancellation letters for a clinic
    2929        ;BSDXCLST is a |-delimited list of BSDX RESOURCE iens.  (The last |-piece is null, so discard it.)
    30     ;v 1.3 BSDXBEG and BSDXEND are in fm format
     30           ;v 1.3 BSDXBEG and BSDXEND are in fm format
    3131        ;Called by BSDX CANCEL CLINIC LIST
    3232        N BSDXCAN
     
    4444        ;Called by BSDX REBOOK CLINIC LIST and BSDX CANCEL CLINIC LIST via entry point CANCLIN above
    4545        ;Jul 11 2010 (smh):
    46     ;for i18n, pass BSDXBEG and BSDXEND in FM format.
     46           ;for i18n, pass BSDXBEG and BSDXEND in FM format.
    4747        ;
    4848        S X="RBERR^BSDX34",@^%ZOSF("TRAP")
     
    5252        ;Convert beginning and ending dates
    5353        ;TODO: Validation of date to make sure it's a right FM Date
    54     S BSDXBEG=$P(BSDXBEG,".")
    55     S BSDXEND=$P(BSDXEND,".")
     54           S BSDXBEG=$P(BSDXBEG,".")
     55           S BSDXEND=$P(BSDXEND,".")
    5656        S BSDXBEG=BSDXBEG-1,BSDXBEG=BSDXBEG_".9999"
    5757        S BSDXEND=BSDXEND_".9999"
    58     ;
     58           ;
    5959        I BSDXCLST="" D RBERR Q
    6060        ;
Note: See TracChangeset for help on using the changeset viewer.