koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbi... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbi... [rel_2_2]
Date: Wed, 13 Sep 2006 19:53:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/09/13 19:53:58

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: newbiblio.tmpl 

Log message:
        Correction (Enabling GST system preference to control display of GST 
values)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbiblio.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.7&r2=1.2.2.8

Patches:
Index: newbiblio.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/newbiblio.tmpl,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -u -b -r1.2.2.7 -r1.2.2.8
--- newbiblio.tmpl      13 Sep 2006 19:28:26 -0000      1.2.2.7
+++ newbiblio.tmpl      13 Sep 2006 19:53:58 -0000      1.2.2.8
@@ -154,7 +154,7 @@
                                <input type="text" size="20" id="rrp" 
name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" />
                        <!--/TMPL_IF--></td></tr>
                <tr><th><label for="ecost">Budgeted Cost</label></th><td><input 
type="text" size="20" id="ecost" name="ecost" value="<!-- TMPL_VAR NAME="ecost" 
-->"<!-- TMPL_IF name="close" --> readonly="readonly"<!--/TMPL_IF--> 
/></td></tr>
-               <!-- TMPL_IF NAME="haveGST" --><tr><th><label 
for="GST">Budgeted GST</label></th><td><input type="text" size="20" id="GST" 
name="GST" value=""<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF-->  /></td></tr><!-- /TMPL_IF -->
+               <!-- TMPL_IF NAME="GST" --><tr><th><label for="GST">Budgeted 
GST</label></th><td><input type="text" size="20" id="GST" name="GST" 
value=""<!-- TMPL_IF name="close" --> readonly="readonly"<!--/TMPL_IF-->  
/></td></tr><!-- TMPL_ELSE --><input type="hidden" name="GST" value="0" /><!-- 
/TMPL_IF -->
                <tr><th><label for="total"><strong>BUDGETED 
TOTAL</strong></label></th><td><input type="text" size="20" id="total" 
name="total" value=""<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF--> /></td></tr>
                <tr><th><label for="cost">Actual Cost</label></th><td><input 
type="text" size="20" id="cost" name="cost" value="<!-- TMPL_VAR 
name="ecost"-->"<!-- TMPL_IF name="close" --> 
readonly="readonly"<!--/TMPL_IF--> /></td></tr>
                <tr><th><label for="invoice">Invoice Number 
*</label></th><td><input type="text" size="20" id="invoice" name="invoice"  
value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]