We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45017cb commit cf12149Copy full SHA for cf12149
2 files changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>pl.krakow.uek</groupId>
7
<artifactId>invoiceservice</artifactId>
8
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
9
<packaging>jar</packaging>
10
11
<name>invoiceservice</name>
src/main/resources/public/index.html
@@ -80,8 +80,7 @@ <h1>PDF Invoice Generator</h1>
80
<input id="paymentMethodInput" ng-model="invoice.paymentMethod">
81
<br>
82
<label for="idInput"><b>
83
- <red>Numer identyfikacyjny*</red>
84
- </b>:</label>
+ <red>Numer identyfikacyjny*:</red></b></label>
85
<input id="idInput" ng-model="invoice.id" required>
86
87
</div>
0 commit comments