Skip to content

Commit cf12149

Browse files
committed
refactoring
1 parent 45017cb commit cf12149

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>pl.krakow.uek</groupId>
77
<artifactId>invoiceservice</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>invoiceservice</name>

src/main/resources/public/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ <h1>PDF Invoice Generator</h1>
8080
<input id="paymentMethodInput" ng-model="invoice.paymentMethod">
8181
<br>
8282
<label for="idInput"><b>
83-
<red>Numer identyfikacyjny*</red>
84-
</b>:</label>
83+
<red>Numer identyfikacyjny*:</red></b></label>
8584
<input id="idInput" ng-model="invoice.id" required>
8685
<br>
8786
</div>

0 commit comments

Comments
 (0)