|
|
|
@ -435,7 +435,7 @@ ElDialog { |
|
|
|
FlatButton { |
|
|
|
FlatButton { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.preferredWidth: 1 |
|
|
|
Layout.preferredWidth: 1 |
|
|
|
text: qsTr('Pay') |
|
|
|
text: qsTr('Pay...') |
|
|
|
icon.source: '../../icons/confirmed.png' |
|
|
|
icon.source: '../../icons/confirmed.png' |
|
|
|
enabled: invoice.invoiceType != Invoice.Invalid && invoice.canPay |
|
|
|
enabled: invoice.invoiceType != Invoice.Invalid && invoice.canPay |
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|
|