Implement option to update billing address
This commit is contained in:
@ -329,7 +329,7 @@ namespace Elwig.Windows {
|
||||
|
||||
override protected void UpdateButtons() {
|
||||
if (!IsEditing && !IsCreating) return;
|
||||
bool ch = HasChanged(), v = IsValid();
|
||||
bool ch = HasChanged, v = IsValid;
|
||||
ContractSaveButton.IsEnabled = (v && ch);
|
||||
AreaCommitmentResetButton.IsEnabled = (ch);
|
||||
AreaCommitmentSaveButton.IsEnabled = (v && ch);
|
||||
|
Reference in New Issue
Block a user