renhao
2023-10-12 df6e56c65e758b5a5e7b28bb9192575710a76c47
_Main/BL/Type_PRData/StaticMethod_CanCall.qbl
@@ -13,7 +13,7 @@
    if( toCalls.Size() = 0 ) {
      feedback_o := "No checked PR";
    } else {
      havaUnsent := exists( toCalls, Elements, toCall, toCall.SendStatus() = "" );
      havaUnsent := exists( toCalls, Elements, toCall, toCall.PRReleaseStatus() = "" );
      if( not havaUnsent ) {
        feedback_o := "No unsent PR";
      }