fixes for some idiotic mistakes
This commit is contained in:
parent
c264390ac1
commit
94fcf75d4c
@ -93,6 +93,10 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPierside.SelectedIndex == 0) ? true : false;
|
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPierside.SelectedIndex == 0) ? true : false;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.ShipcallModel.Shipcall.PierSide = null;
|
||||||
|
}
|
||||||
|
|
||||||
this.Times.BerthInfo = this.textBoxBerthRemarks.Text.Trim();
|
this.Times.BerthInfo = this.textBoxBerthRemarks.Text.Trim();
|
||||||
this.Times.BerthId = (int?)this.comboBoxArrivalBerth.SelectedValue;
|
this.Times.BerthId = (int?)this.comboBoxArrivalBerth.SelectedValue;
|
||||||
|
|||||||
@ -91,6 +91,10 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPierside.SelectedIndex == 0) ? true : false;
|
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPierside.SelectedIndex == 0) ? true : false;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.ShipcallModel.Shipcall.PierSide = null;
|
||||||
|
}
|
||||||
|
|
||||||
this.Times.BerthId = (int?)this.comboBoxDepartureBerth.SelectedValue;
|
this.Times.BerthId = (int?)this.comboBoxDepartureBerth.SelectedValue;
|
||||||
|
|
||||||
|
|||||||
@ -94,6 +94,10 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPiersideArrival.SelectedIndex == 0) ? true : false;
|
this.ShipcallModel.Shipcall.PierSide = (this.comboBoxPiersideArrival.SelectedIndex == 0) ? true : false;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.ShipcallModel.Shipcall.PierSide = null;
|
||||||
|
}
|
||||||
|
|
||||||
this.Times.BerthInfo = this.textBoxBerthRemarksArrival.Text.Trim();
|
this.Times.BerthInfo = this.textBoxBerthRemarksArrival.Text.Trim();
|
||||||
this.Times.BerthId = (int?)this.comboBoxArrivalBerth.SelectedValue;
|
this.Times.BerthId = (int?)this.comboBoxArrivalBerth.SelectedValue;
|
||||||
|
|||||||
@ -424,7 +424,7 @@
|
|||||||
<data name="textPort" xml:space="preserve">
|
<data name="textPort" xml:space="preserve">
|
||||||
<value>Backbord</value>
|
<value>Backbord</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="textStarBoard" xml:space="preserve">
|
<data name="textStarboard" xml:space="preserve">
|
||||||
<value>Steuerbord</value>
|
<value>Steuerbord</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user