added a very basic in shop credit manager screen
This commit is contained in:
parent
75c44c110f
commit
b7840e7ed9
5 changed files with 93 additions and 3 deletions
|
|
@ -105,6 +105,18 @@ our $I18N = {
|
|||
context => q|field label|
|
||||
},
|
||||
|
||||
'add credit message' => {
|
||||
message => q|%s was added to %s's in-shop credit account, for a total credit of %s.|,
|
||||
lastUpdated => 0,
|
||||
context => q|field label|
|
||||
},
|
||||
|
||||
'amount' => {
|
||||
message => q|Amount|,
|
||||
lastUpdated => 0,
|
||||
context => q|field label|
|
||||
},
|
||||
|
||||
'notes' => {
|
||||
message => q|Notes|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue