Skip to content

Commit

Permalink
Remove textBox1 og Starfsmaður from kvittun
Browse files Browse the repository at this point in the history
  • Loading branch information
aronhr committed May 11, 2017
1 parent c01c8bf commit 573ba2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Forrit/Client/Client/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ private void SaveKvittun()
private string GetListText()
{
StringBuilder builder = new StringBuilder();
string Staff = textBox1.Text;
builder.AppendFormat("Starfsmaður: {0}", Staff).AppendLine();
builder.AppendLine("---------------");
foreach (Product product in listBox.Items)
{
Expand Down

0 comments on commit 573ba2f

Please sign in to comment.