/[gnue]/gnue-pos/src/hardware/receiptprinter/plain.py
ViewVC logotype

Diff of /gnue-pos/src/hardware/receiptprinter/plain.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jcater, Mon Jun 30 23:59:03 2003 UTC revision 1.4 by jcater, Wed Jul 2 15:13:06 2003 UTC
# Line 114  Receipt # %s Line 114  Receipt # %s
114      for field, foo, format, bar in self.receiptColumns:      for field, foo, format, bar in self.receiptColumns:
115        try:        try:
116          if field == 'taxable':          if field == 'taxable':
117            if event['taxable']:            if event.taxable:
118              self.output.write('* ')              self.output.write('* ')
119            else:            else:
120              self.output.write('  ')              self.output.write('  ')

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26