From 6e015344a2f988d18eb36647576898a94dc8ffaf Mon Sep 17 00:00:00 2001 From: almelid Date: Wed, 8 Jun 2011 18:06:21 +0000 Subject: [PATCH] =?UTF-8?q?kosmetiske=20endringer=20p=C3=A5=20printing=20i?= =?UTF-8?q?=20AddStockMenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text_based.py | 1 + 1 file changed, 1 insertion(+) diff --git a/text_based.py b/text_based.py index 2705dff..183688a 100755 --- a/text_based.py +++ b/text_based.py @@ -1218,6 +1218,7 @@ much money you're due in credits for the purchase when prompted. print ("Amount to be credited: %"+str(Product.name_length-17)+"i") % (self.price) if self.user: print ("User to credit: %"+str(Product.name_length-10)+"s") % (self.user.name) + print ('\n%-'+str(Product.name_length-1)+'s Amount') % ("Product") print (6+Product.name_length)*'-' if len(self.products): # print "Products added:"